pkgsrc-wip/help2man/Makefile
Tilman Keskinöz b6a3ba22dc Import help2man,
------------
help2man is a tool for automatically generating simple manual pages from
program output.

It is intended to provide an easy way for software authors to include a
manual page in their distribution without having to maintain that document.

Given a program which produces resonably standard --help and --version
outputs, help2man will attempt to re-arrange that output into something
which resembles a manual page.
------------

Things that may not be correct:
patch-hacklocaledir.c was inspired by audio/arts/patches/patch-ab
REPLACE_PERL may be necessary.

Tested on:      NetBSD/i386 1.6.2
2004-05-10 15:13:13 +00:00

22 lines
546 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2004/05/10 15:13:13 arved 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
USE_BUILDLINK3= yes
WRKSRC= ${WRKDIR}/${PKGNAME}
GNU_CONFIGURE= yes
USE_PKGLOCALEDIR= yes
INFO_FILES= help2man.info
.include "../../mk/bsd.pkg.mk"