pkgsrc/devel/cre2/Makefile
rillig 7724b801cd devel: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
2019-11-03 10:39:04 +00:00

27 lines
668 B
Makefile

# $NetBSD: Makefile,v 1.7 2019/11/03 10:39:09 rillig Exp $
VERSION= 0.3.4
DISTNAME= cre2-${VERSION}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=marcomaggi/}
GITHUB_TAG= v${VERSION}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/google/re2
COMMENT= C wrapper for re2 regular expression library
LICENSE= modified-bsd
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-maintainer-mode
USE_LIBTOOL= yes
USE_LANGUAGES+= c c++
USE_TOOLS+= autoconf autoreconf automake gmake makeinfo
INFO_FILES= yes
pre-configure:
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} sh ./autogen.sh
.include "../../devel/re2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"