mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
11e208f1d3
- Remove CC/CXX hacks as it is now fixed by upstream
24 lines
396 B
Makefile
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>
|