e366d0c694
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
19 lines
492 B
Makefile
19 lines
492 B
Makefile
# $NetBSD: Makefile,v 1.2 2003/06/02 01:16:26 jschauma Exp $
|
|
#
|
|
|
|
DISTNAME= regexx-0.98.1
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=regexx/}
|
|
|
|
MAINTAINER= tech-pkg@netbsd.org
|
|
HOMEPAGE= http://bazar.conectiva.com.br/~Eniemeyer/projects/regexx/
|
|
COMMENT= C++ regular expression library
|
|
|
|
USE_BUILDLINK2= YES
|
|
USE_GMAKE= YES
|
|
USE_LIBTOOL= YES
|
|
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
|
GNU_CONFIGURE= YES
|
|
|
|
.include "../../devel/pcre/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|