freebsd-ports/devel/re2/Makefile

24 lines
396 B
Makefile
Raw Normal View History

# New ports collection makefile for: re2
# Date created: 2010-09-01
# Whom: Julien Laffaye <kimelto@gmail.com>
#
# $FreeBSD$
#
PORTNAME= re2
PORTVERSION= 20120226
CATEGORIES= devel
MASTER_SITES= LOCAL/jlaffaye
MAINTAINER= jlaffaye@FreeBSD.org
COMMENT= A fast C++ regex library
LICENSE= BSD
USE_LDCONFIG= yes
USE_GMAKE= yes
MAKE_ENV= prefix=${PREFIX}
MAKE_ARGS+= -e
.include <bsd.port.mk>