openbsd-ports/devel/help2man/Makefile
sthen 88ea72915d Change SEPARATE_BUILD=(concurrent|simple) to Yes; bsd.port.mk doesn't
make a distinction between these.  ok aja@ dcoppa@
2012-03-29 13:38:12 +00:00

26 lines
473 B
Makefile

# $OpenBSD: Makefile,v 1.10 2012/03/29 13:38:13 sthen Exp $
COMMENT= GNU help2man
DISTNAME= help2man-1.29
REVISION = 0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=help2man/}
HOMEPAGE= http://www.gnu.org/software/help2man/
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
SEPARATE_BUILD= Yes
CONFIGURE_STYLE= gnu
USE_GROFF = Yes
post-extract:
@rm -f ${WRKSRC}/help2man.info*
.include <bsd.port.mk>