openbsd-ports/devel/gindent/Makefile
espie 100196f27a Zap default MAINTAINER from Makefile.
Especially now that the default line is more verbose.
2001-10-28 13:05:44 +00:00

26 lines
536 B
Makefile

# $OpenBSD: Makefile,v 1.19 2001/10/28 13:05:46 espie Exp $
COMMENT= "GNU utility to indent C source files"
DISTNAME= indent-2.2.6
CATEGORIES= devel
NEED_VERSION= 1.402
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= indent
HOMEPAGE= http://www.gnu.org/software/indent/
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --program-prefix="g"
SEPARATE_BUILD= concurrent
post-extract:
@rm ${WRKSRC}/indent.info*
.include <bsd.port.mk>