opnsense-ports/textproc/bibutils/Makefile
Shawn Webb 7eb3f149a7
Revert "Some ports won't work with PIE or RELRO+BIND_NOW."
This work will be redone as a bsd.hardening.exceptions.mk file.
OPNsense's ports sync script would overwrite the port Makefile.

This reverts commit 1b4cfac052.
2016-08-18 09:38:55 -04:00

29 lines
633 B
Makefile

# $FreeBSD$
PORTNAME= bibutils
PORTVERSION= 5.0
CATEGORIES= textproc
MASTER_SITES= SF/${PORTNAME}/
DISTNAME= ${PORTNAME}_${PORTVERSION}_src
MAINTAINER= pgj@FreeBSD.org
COMMENT= Program set interconverts between various bibliography formats
LICENSE= GPLv2
USES= gmake tar:tgz
WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION}
HAS_CONFIGURE= yes
test: all
cd ${WRKSRC}/test && ${MAKE_CMD} all test
BINARIES= bib2xml biblatex2xml copac2xml ebi2xml end2xml endx2xml \
isi2xml med2xml modsclean ris2xml wordbib2xml xml2ads \
xml2bib xml2end xml2isi xml2ris xml2wordbib
PLIST_FILES= ${BINARIES:S,^,bin/,}
.include <bsd.port.mk>