pkgsrc-wip/tre/Makefile
Adrian Portelli 1ac3e9cda9 - Update to 0.7.0
- Lots of updates/bugfixes - see the Changelog for full details
2004-11-03 10:13:55 +00:00

20 lines
530 B
Makefile

# $NetBSD: Makefile,v 1.2 2004/11/03 10:13:55 adrian_p Exp $
DISTNAME= tre-0.7.0
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
GNU_CONFIGURE= YES
USE_BUILDLINK3= YES
CONFIGURE_ARGS+= --disable-agrep
CONFIGURE_ARGS+= --disable-shared
CONFIGURE_ARGS+= --disable-system-abi
CONFIGURE_ARGS+= --disable-wchar
CONFIGURE_ARGS+= --disable-multibyte
.include "../../mk/bsd.pkg.mk"