19 lines
459 B
Makefile
19 lines
459 B
Makefile
# $NetBSD: Makefile,v 1.19 2017/09/04 18:08:29 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= regexx-0.98.1
|
|
PKGREVISION= 3
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=regexx/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://sourceforge.net/projects/regexx/
|
|
COMMENT= C++ regular expression library
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= gmake
|
|
USE_LIBTOOL= YES
|
|
GNU_CONFIGURE= YES
|
|
|
|
.include "../../devel/pcre/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|