openbsd-ports/devel/help2man/Makefile

26 lines
479 B
Makefile
Raw Normal View History

2010-11-15 14:45:56 -05:00
# $OpenBSD: Makefile,v 1.9 2010/11/15 19:45:58 espie Exp $
2001-08-26 18:18:42 -04:00
COMMENT= GNU help2man
2001-08-26 18:18:42 -04:00
DISTNAME= help2man-1.29
2010-11-15 14:45:56 -05:00
REVISION = 0
2001-08-26 18:18:42 -04:00
CATEGORIES= devel
2002-05-13 14:50:36 -04:00
MASTER_SITES= ${MASTER_SITE_GNU:=help2man/}
2001-08-26 18:18:42 -04:00
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
2010-10-18 13:47:50 -04:00
USE_GROFF = Yes
2001-08-26 18:18:42 -04:00
post-extract:
@rm -f ${WRKSRC}/help2man.info*
.include <bsd.port.mk>