1161903aa1
there was some reason that the .mo files were in a seperate PLIST, though I did not see why. Bump rev again.
22 lines
518 B
Makefile
22 lines
518 B
Makefile
# $NetBSD: Makefile,v 1.8 2007/12/14 19:07:44 bjs Exp $
|
|
|
|
DISTNAME= tre-0.7.5
|
|
PKGREVISION= 4
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://laurikari.net/tre/
|
|
|
|
MAINTAINER= adrianp@NetBSD.org
|
|
HOMEPAGE= http://laurikari.net/tre/
|
|
COMMENT= Lightweight and robust POSIX compliant regexp matching library
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_LIBTOOL= YES
|
|
|
|
CONFIGURE_ARGS+= --disable-agrep
|
|
CONFIGURE_ARGS+= --disable-system-abi
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|