aboutsummaryrefslogtreecommitdiff
path: root/devel/pure-stlvec/Makefile
blob: 3172d3c5c07a5a43242221494fc1d645ddf5598b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:	pure-stlvec
# Date created:		2011-10-19
# Whom:			Zhihao Yuan <lichray@gmail.com>
#
# $FreeBSD$
#

PORTNAME=	pure-stlvec
PORTVERSION=	0.2
CATEGORIES=	devel

MAINTAINER=	lichray@gmail.com
COMMENT=	Pure interface to C++ STL vector

USE_PURE=	yes

.include <bsd.port.pre.mk>

post-patch:
	@${REINPLACE_CMD} -e \
		's|^PROD_FLAGS =.*|PROD_FLAGS = $$(CPPFLAGS) $$(CFLAGS) $$(LDFLAGS)|' \
		${WRKSRC}/Makefile

.include "${PORTSDIR}/lang/pure/bsd.pure.mk"
.include <bsd.port.post.mk>