1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/textproc/bibclean/Makefile
Mateusz Piotrowski 22c098befb textproc/bibclean: Update to 3.06
- Tar .tar.gz distfile is not available at the moment. Let's use
  .tar.xz. for now.
2021-08-16 10:11:26 +02:00

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>