11e208f1d3
- Remove CC/CXX hacks as it is now fixed by upstream
23 lines
396 B
Makefile
23 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>
|