# $FreeBSD$ PORTNAME= cppi PORTVERSION= 1.18 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= johans@FreeBSD.org COMMENT= A tool to indent the C preprocessor directives USE_XZ= yes USES= gettext charsetfix GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include MAN1= cppi.1 .include .if ${PORT_OPTIONS:MNLS} USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .endif post-patch: @${REINPLACE_CMD} -e 's:(libdir)/lib:(libdir):' ${WRKSRC}/Makefile.in .include