26 lines
503 B
Makefile
26 lines
503 B
Makefile
PORTNAME= bibutils
|
|
PORTVERSION= 7.2
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= SF/bibutils/
|
|
DISTNAME= bibutils_${PORTVERSION}
|
|
EXTRACT_SUFX= _src.tgz
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Program set interconverts between various bibliography formats
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/Copying
|
|
|
|
USES= cpe gmake
|
|
|
|
HAS_CONFIGURE= yes
|
|
TEST_TARGET= test
|
|
|
|
CPE_VENDOR= bibutils_project
|
|
|
|
CONFLICTS_INSTALL= bib2html # bin/bib2xml
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*
|
|
|
|
.include <bsd.port.mk>
|