1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/devel/cppi/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

21 lines
402 B
Makefile

PORTNAME= cppi
PORTVERSION= 1.18
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= GNU
MAINTAINER= ports@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
.include <bsd.port.mk>