pkgsrc/devel/cre2/Makefile
adam 6ab5cc095c cre2: updated to 0.3.6
Notes for revision 0.3.6
------------------------
* Fixed missing inclusion of "<stdint.h>".

Notes for revision 0.3.5
------------------------
* Fixed missing dependency in pkg-config script.
2020-08-06 16:24:44 +00:00

26 lines
690 B
Makefile

# $NetBSD: Makefile,v 1.8 2020/08/06 16:24:44 adam Exp $
DISTNAME= cre2-0.3.6
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=marcomaggi/}
GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/marcomaggi/cre2
COMMENT= C wrapper for re2 regular expression library
LICENSE= modified-bsd
USE_LANGUAGES+= c c++
USE_LIBTOOL= yes
USE_TOOLS+= autoconf autoreconf automake gmake makeinfo pkg-config
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-maintainer-mode
TEST_TARGET= check
INFO_FILES= yes
pre-configure:
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} sh ./autogen.sh
.include "../../devel/re2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"