2006-11-08 23:12:55 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= cppi
|
2013-03-17 13:38:31 +00:00
|
|
|
PORTVERSION= 1.18
|
2006-11-08 23:12:55 +00:00
|
|
|
CATEGORIES= devel
|
2013-07-29 13:03:45 +00:00
|
|
|
MASTER_SITES= GNU
|
2006-11-08 23:12:55 +00:00
|
|
|
|
2011-06-11 13:22:22 +00:00
|
|
|
MAINTAINER= johans@FreeBSD.org
|
2013-07-29 13:03:45 +00:00
|
|
|
COMMENT= Tool to indent the C preprocessor directives
|
2006-11-08 23:12:55 +00:00
|
|
|
|
2011-06-11 13:22:22 +00:00
|
|
|
USE_XZ= yes
|
2013-07-29 13:03:45 +00:00
|
|
|
USES= charsetfix gmake # gmake is needed for -jX builds
|
2006-11-08 23:12:55 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2011-09-23 22:26:39 +00:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
2006-11-08 23:12:55 +00:00
|
|
|
|
2013-07-29 13:03:45 +00:00
|
|
|
OPTIONS_DEFINE= NLS
|
|
|
|
OPTIONS_SUB= yes
|
2012-06-27 20:58:20 +00:00
|
|
|
|
2013-07-29 13:03:45 +00:00
|
|
|
NLS_USES= gettext
|
|
|
|
NLS_CONFIGURE_OFF= --disable-nls
|
2011-06-11 13:22:22 +00:00
|
|
|
|
2012-01-30 20:21:37 +00:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's:(libdir)/lib:(libdir):' ${WRKSRC}/Makefile.in
|
|
|
|
|
2006-11-08 23:12:55 +00:00
|
|
|
.include <bsd.port.mk>
|