openbsd-ports/devel/gindent/Makefile
pvalchev 1e05bc52be Change package name to 'gindent' rather than 'indent' to avoid
confusion with BSD indent(1); also consistent with the actual binary
name we install this under.
2002-08-26 02:58:36 +00:00

29 lines
634 B
Makefile

# $OpenBSD: Makefile,v 1.22 2002/08/26 02:58:36 pvalchev Exp $
COMMENT= "GNU utility to indent C source files"
DISTNAME= indent-2.2.8
PKGNAME= g${DISTNAME}
CATEGORIES= devel
HOMEPAGE= http://www.gnu.org/software/indent/
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_GNU:=indent/}
MODULES= gettext
NO_REGRESS= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --program-prefix="g" --without-included-gettext
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MAKE_ARGS= BERKELEY_DEFAULTS=1
.include <bsd.port.mk>