openbsd-ports/devel/help2man/Makefile

25 lines
463 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.14 2013/03/16 08:25:55 landry Exp $
2001-08-26 18:18:42 -04:00
2013-03-14 06:03:19 -04:00
COMMENT= generates simple manual pages from program output
2001-08-26 18:18:42 -04:00
2013-03-14 06:03:19 -04:00
DISTNAME= help2man-1.41.1
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/
2013-03-14 06:03:19 -04:00
# GPLv3
2001-08-26 18:18:42 -04:00
PERMIT_PACKAGE_CDROM= Yes
SEPARATE_BUILD= Yes
2013-03-14 06:03:19 -04:00
USE_GMAKE= Yes
NO_TEST= Yes
2013-03-14 06:03:19 -04:00
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= --disable-nls
post-install:
rmdir ${PREFIX}/lib/help2man
2001-08-26 18:18:42 -04:00
.include <bsd.port.mk>