openbsd-ports/devel/help2man/Makefile
2010-11-15 19:45:56 +00:00

26 lines
479 B
Makefile

# $OpenBSD: Makefile,v 1.9 2010/11/15 19:45:58 espie 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= concurrent
CONFIGURE_STYLE= gnu
USE_GROFF = Yes
post-extract:
@rm -f ${WRKSRC}/help2man.info*
.include <bsd.port.mk>