opnsense-ports/textproc/bibutils/Makefile
2022-09-07 22:33:21 +02:00

27 lines
552 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
WWW= https://sourceforge.net/projects/bibutils/
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>