2021-03-15 21:02:10 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.38 2021/03/15 21:02:10 sthen Exp $
|
2001-05-06 00:12:42 +00:00
|
|
|
|
2007-09-16 02:52:56 +00:00
|
|
|
COMMENT= GNU utility to indent C source files
|
1997-12-02 00:18:41 +00:00
|
|
|
|
2021-03-15 21:02:10 +00:00
|
|
|
DISTNAME= indent-2.2.10
|
2002-08-26 02:58:36 +00:00
|
|
|
PKGNAME= g${DISTNAME}
|
2021-03-15 21:02:10 +00:00
|
|
|
REVISION= 2
|
1998-03-15 03:44:32 +00:00
|
|
|
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+
|
2019-07-12 20:43:27 +00:00
|
|
|
PERMIT_PACKAGE= Yes
|
2012-09-11 23:40:52 +00:00
|
|
|
|
|
|
|
WANTLIB += c
|
2000-02-12 08:02:07 +00:00
|
|
|
|
2002-08-26 02:55:09 +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
|
2019-05-20 22:15:00 +00:00
|
|
|
BUILD_DEPENDS= devel/gettext,-runtime \
|
2015-09-18 13:29:36 +00:00
|
|
|
textproc/texi2html
|
2002-08-26 02:55:09 +00:00
|
|
|
CONFIGURE_STYLE= gnu
|
2011-05-02 11:34:14 +00:00
|
|
|
CONFIGURE_ARGS= --program-prefix="g" \
|
|
|
|
--without-included-gettext
|
2002-08-26 02:55:09 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2004-07-31 21:17:21 +00:00
|
|
|
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/config
|
2002-08-26 02:55:09 +00:00
|
|
|
MAKE_ARGS= BERKELEY_DEFAULTS=1
|
1999-07-09 01:52:53 +00:00
|
|
|
|
2011-05-02 11:34:14 +00:00
|
|
|
FAKE_FLAGS+= docdir=${PREFIX}/share/doc/gindent/
|
|
|
|
|
1997-12-02 00:18:41 +00:00
|
|
|
.include <bsd.port.mk>
|