mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
22c098befb
- Tar .tar.gz distfile is not available at the moment. Let's use .tar.xz. for now.
21 lines
404 B
Makefile
21 lines
404 B
Makefile
PORTNAME= bibclean
|
|
DISTVERSION= 3.06
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://ftp.math.utah.edu/pub//bibclean/
|
|
|
|
MAINTAINER= 0mp@FreeBSD.org
|
|
COMMENT= Prettyprinter, portability verifier, and syntax checker for BibTeX
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= tar:xz
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAKE_ARGS= mandir=${PREFIX}/share/man/man1
|
|
|
|
PLIST_SUB= VERSION=${DISTVERSION}
|
|
|
|
.include <bsd.port.mk>
|