# New ports collection makefile for: bibtool # Date created: Oct 10, 2005 # Whom: Rong-En Fan # # $FreeBSD: ports/textproc/bibtool/Makefile,v 1.3 2007/05/19 20:23:48 flz Exp $ # PORTNAME= bibtool PORTVERSION= 2.48 PORTREVISION= 1 CATEGORIES= textproc print MASTER_SITES= ${MASTER_SITE_TEX_CTAN} MASTER_SITE_SUBDIR= biblio/bibtex/utils/${PORTNAME} DISTNAME= BibTool-${PORTVERSION} MAINTAINER= rafan@FreeBSD.org COMMENT= Command line manipulation of BibTeX files BUILD_DEPENDS= ${LOCALBASE}/include/kpathsea/tex-file.h:${PORTSDIR}/print/teTeX-base GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-kpathsea CONFIGURE_ENV= LOCALBASE=${LOCALBASE} MAKEFILE= makefile INSTALL_TARGET= install install.man MAN1= bibtool.1 TXT_DOCS= Doc/bibtool.dvi Doc/ref_card.dvi Doc/c_lib.dvi .if !defined(NOPORTDOCS) PORTDOCS= ${TXT_DOCS:S/^Doc\///} .endif .include post-install: .if !defined(NOPORTDOCS) cd ${WRKSRC} && ${MAKE} doc && ${MAKE} doc ${MKDIR} ${DOCSDIR} for f in ${TXT_DOCS}; do \ ${INSTALL_MAN} ${WRKSRC}/$$f ${DOCSDIR}; \ done .endif .include