e6beb0fa18
Version 1.38 April 26, 2010 * Support ENVIRONMENT and FILES sections. * Move all translated text into .po files (previously .h2m include files were handled seperately). * Submit package to the Translation Project (translationproject.org). * Add Vietnamese translation. * Add some comments for translators. Version 1.37 November 14, 2009 * Update GPL to v3. * Add --version-string option. * Add --no-discard-stderr option. * Add line breaks into bug reporting section. * Add Brazilian Portuguese and German translations. * Select a reasonable configure default for --enable-nls. * Revise preload mechanism to not require preloadable libintl.
24 lines
565 B
Makefile
24 lines
565 B
Makefile
# $NetBSD: Makefile,v 1.2 2010/05/02 11:25:29 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= help2man-1.38.2
|
|
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
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= p5-gettext>=1.01:../../devel/p5-gettext
|
|
|
|
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
|
|
GNU_CONFIGURE= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_TOOLS+= perl:run msgfmt gmake
|
|
|
|
INFO_FILES= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|