34 lines
715 B
Makefile
34 lines
715 B
Makefile
# $OpenBSD: Makefile,v 1.33 2013/11/09 23:19:02 naddy Exp $
|
|
|
|
COMMENT= GNU utility to indent C source files
|
|
|
|
DISTNAME= indent-2.2.10
|
|
PKGNAME= g${DISTNAME}
|
|
REVISION= 1
|
|
CATEGORIES= devel
|
|
|
|
HOMEPAGE= https://www.gnu.org/software/indent/
|
|
|
|
# GPLv3+
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += c
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=indent/}
|
|
|
|
MODULES= devel/gettext
|
|
|
|
NO_TEST= Yes
|
|
BUILD_DEPENDS= textproc/texi2html
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS= --program-prefix="g" \
|
|
--without-included-gettext
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/config
|
|
MAKE_ARGS= BERKELEY_DEFAULTS=1
|
|
|
|
FAKE_FLAGS+= docdir=${PREFIX}/share/doc/gindent/
|
|
|
|
.include <bsd.port.mk>
|