ports/devel/cppi/Makefile
Muhammad Moinur Rahman d3282f7aba
devel/cppi: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-23 11:01:31 +01:00

21 lines
442 B
Makefile

PORTNAME= cppi
PORTVERSION= 1.18
PORTREVISION= 2
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
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CPPFLAGS+= -I${LOCALBASE}/include
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_USES= gettext
NLS_CONFIGURE_OFF= --disable-nls
.include <bsd.port.mk>