freebsd-ports/textproc/bibutils/Makefile
Sunpoet Po-Chuan Hsieh 1068012249 Update to 6.10
- Add LICENSE_FILE
- Update header of patch files
- Reformat pkg-descr
- Update WWW
- Take maintainership

Changes:	https://sourceforge.net/p/bibutils/home/history_version6/
2020-06-29 16:15:41 +00:00

24 lines
446 B
Makefile

# $FreeBSD$
PORTNAME= bibutils
PORTVERSION= 6.10
CATEGORIES= textproc
MASTER_SITES= SF/${PORTNAME}/
DISTNAME= ${PORTNAME}_${PORTVERSION}
EXTRACT_SUFX= _src.tgz
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Program set interconverts between various bibliography formats
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/Copying
USES= gmake
HAS_CONFIGURE= yes
TEST_TARGET= test
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*
.include <bsd.port.mk>