33 lines
712 B
Makefile
Raw Normal View History

2021-03-15 21:02:10 +00:00
# $OpenBSD: Makefile,v 1.38 2021/03/15 21:02:10 sthen Exp $
COMMENT= GNU utility to indent C source files
2021-03-15 21:02:10 +00:00
DISTNAME= indent-2.2.10
PKGNAME= g${DISTNAME}
2021-03-15 21:02:10 +00:00
REVISION= 2
CATEGORIES= devel
1998-10-08 18:21:00 +00:00
2013-11-09 23:19:01 +00:00
HOMEPAGE= https://www.gnu.org/software/indent/
2000-08-20 19:18:56 +00:00
2012-09-11 23:40:52 +00:00
# GPLv3+
PERMIT_PACKAGE= Yes
2012-09-11 23:40:52 +00:00
WANTLIB += c
2000-02-12 08:02:07 +00:00
MASTER_SITES= ${MASTER_SITE_GNU:=indent/}
1999-06-02 18:33:21 +00:00
2013-03-11 10:50:00 +00:00
NO_TEST= Yes
BUILD_DEPENDS= devel/gettext,-runtime \
2015-09-18 13:29:36 +00:00
textproc/texi2html
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --program-prefix="g" \
--without-included-gettext
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
2004-07-31 21:17:21 +00:00
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/config
MAKE_ARGS= BERKELEY_DEFAULTS=1
1999-07-09 01:52:53 +00:00
FAKE_FLAGS+= docdir=${PREFIX}/share/doc/gindent/
.include <bsd.port.mk>