openbsd-ports/devel/gindent/Makefile

25 lines
518 B
Makefile
Raw Normal View History

2002-05-13 14:50:36 -04:00
# $OpenBSD: Makefile,v 1.20 2002/05/13 18:50:39 espie Exp $
COMMENT= "GNU utility to indent C source files"
DISTNAME= indent-2.2.6
CATEGORIES= devel
NEED_VERSION= 1.402
2002-05-13 14:50:36 -04:00
MASTER_SITES= ${MASTER_SITE_GNU:=indent/}
1998-10-08 14:21:00 -04:00
2000-08-20 15:18:56 -04:00
HOMEPAGE= http://www.gnu.org/software/indent/
2000-03-19 11:05:42 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2000-02-12 03:02:07 -05:00
2000-08-20 15:18:56 -04:00
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --program-prefix="g"
SEPARATE_BUILD= concurrent
1999-06-02 14:33:21 -04:00
1999-07-08 21:52:53 -04:00
post-extract:
@rm ${WRKSRC}/indent.info*
1999-07-08 21:52:53 -04:00
.include <bsd.port.mk>