pkgsrc-wip/re2/Makefile
Thomas Klausner e3808ce007 Update for upstream changes.
Clean up pkglint warnings.
2012-01-23 11:57:34 +00:00

24 lines
574 B
Makefile

# $NetBSD: Makefile,v 1.2 2012/01/23 11:57:34 thomasklausner Exp $
DISTNAME= re2-0.99
PKGNAME= ${DISTNAME}
CATEGORIES= devel
MASTER_SITES= http://code.google.com/p/re2/
MAINTAINER= asau@inbox.ru
HOMEPAGE= http://code.google.com/p/re2/
COMMENT= RE2 is a fast, safe, thread-friendly regular expressions library
LICENSE= modified-bsd
PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}/${PKGBASE}
USE_LANGUAGES= c c++
USE_TOOLS= gmake
HG_REPOSITORIES= re2
HG_REPO.re2= https://re2.googlecode.com/hg
.include "../../wip/mk/hg-package.mk"
.include "../../mk/bsd.pkg.mk"