mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
005071a063
- pet portlint - add license - convert patches to makepatch naming Sponsored by: Absolight
31 lines
641 B
Makefile
31 lines
641 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= bibutils
|
|
PORTVERSION= 5.0
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= SF/${PORTNAME}/
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}_src
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= pgj@FreeBSD.org
|
|
COMMENT= Program set interconverts between various bibliography formats
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= gmake
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION}
|
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
test: all
|
|
cd ${WRKSRC}/test && ${GMAKE} 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>
|