pkgsrc-wip/help2man/Makefile
Roland Illig 8ae70fc030 Don't use ${PKGNAME} in the definition of WRKSRC, since that might
contain the PKGREVISION. ${PKGNAME_NOREV} is a better choice.
2005-10-10 14:00:12 +00:00

21 lines
528 B
Makefile

# $NetBSD: Makefile,v 1.3 2005/10/10 14:00:13 rillig Exp $
#
DISTNAME= help2man_1.33.1
PKGNAME= ${DISTNAME:S/_/-/}
CATEGORIES= converters
MASTER_SITES= ${MASTER_SITE_GNU:=help2man/}
MAINTAINER= arved@arved.at
HOMEPAGE= http://www.gnu.org/software/help2man/
COMMENT= Generate simple manual pages from program output
DEPENDS+= p5-gettext>=1.01:../../devel/p5-gettext
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
GNU_CONFIGURE= yes
USE_PKGLOCALEDIR= yes
INFO_FILES= help2man.info
.include "../../mk/bsd.pkg.mk"