pkgsrc/textproc/bibparse/Makefile
jlam 80263d098b textproc/bibparse: Install manpages into ${PKGMANDIR}.
Patch the project Makefile to honor @mandir@ which is substituted
for by the GNU configure script.  @mandir@ will properly expand
to point inside ${PKGMANDIR}.
2017-08-19 00:19:49 +00:00

17 lines
399 B
Makefile

# $NetBSD: Makefile,v 1.14 2017/08/19 00:19:49 jlam Exp $
#
DISTNAME= bibparse-1.06
CATEGORIES= textproc
MASTER_SITES= http://www.math.utah.edu/pub/bibparse/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.math.utah.edu/pub/bibparse/
COMMENT= Syntax checking tools for BibTeX bibliography databases
GNU_CONFIGURE= YES
USE_TOOLS+= yacc
TEST_TARGET= check
.include "../../mk/bsd.pkg.mk"