pkgsrc/devel/tre/Makefile
ghen 47fddb376c Mark devel/tre and textproc/glimpse as conflicting since both install
${PREFIX}/bin/agrep (approx. grep utility).
2009-09-07 11:18:49 +00:00

31 lines
784 B
Makefile

# $NetBSD: Makefile,v 1.14 2009/09/07 11:18:49 ghen Exp $
DISTNAME= tre-0.7.6
PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://laurikari.net/tre/
MAINTAINER= agc@NetBSD.org
HOMEPAGE= http://laurikari.net/tre/
COMMENT= Lightweight and robust POSIX compliant regexp matching library
LICENSE= modified-bsd
# both install bin/agrep (approx. grep)
CONFLICTS+= glimpse-[0-9]*
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
CONFIGURE_ARGS+= --disable-system-abi
INSTALLATION_DIRS+= share/doc/tre
post-install:
${INSTALL_DATA} ${WRKSRC}/doc/tre-api.html ${DESTDIR}${PREFIX}/share/doc/tre/
${INSTALL_DATA} ${WRKSRC}/doc/tre-syntax.html ${DESTDIR}${PREFIX}/share/doc/tre/
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"