blob: 881eee226f7005a7afdd77276b441c9b93f83441 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# $FreeBSD$
PORTNAME= cppi
PORTVERSION= 1.18
CATEGORIES= devel
MASTER_SITES= GNU
MAINTAINER= johans@FreeBSD.org
COMMENT= Tool to indent the C preprocessor directives
USES= charsetfix gmake tar:xz # gmake is needed for -jX builds
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_USES= gettext
NLS_CONFIGURE_OFF= --disable-nls
post-patch:
@${REINPLACE_CMD} -e 's:(libdir)/lib:(libdir):' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>
|