1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/devel/re2/Makefile
Julien Laffaye 11e208f1d3 - Update to 20120226
- Remove CC/CXX hacks as it is now fixed by upstream
2012-02-28 20:38:19 +00:00

24 lines
396 B
Makefile

# 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>