2002-01-30 12:54:03 +00:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: help2man
|
|
|
|
# Date created: Jan 30, 2002
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= help2man
|
2005-03-06 21:10:22 +00:00
|
|
|
PORTVERSION= 1.35.1
|
2002-01-30 12:54:03 +00:00
|
|
|
CATEGORIES= misc
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
2004-12-03 17:09:12 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 12:51:06 +00:00
|
|
|
COMMENT= Automatically generating simple manual pages from program output
|
2002-01-30 12:54:03 +00:00
|
|
|
|
2004-03-03 10:03:15 +00:00
|
|
|
.if !defined(WITHOUT_NLS)
|
2004-03-02 17:19:31 +00:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Locale/gettext.pm:${PORTSDIR}/devel/p5-Locale-gettext
|
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
2004-03-03 10:03:15 +00:00
|
|
|
MANLANG= "" pl fr
|
|
|
|
PLIST_SUB= NLS=""
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --disable-nls
|
|
|
|
PLIST_SUB= NLS="@comment "
|
|
|
|
.endif
|
|
|
|
|
2004-03-02 17:19:31 +00:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
2002-01-30 12:54:03 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2002-11-06 18:14:42 +00:00
|
|
|
USE_PERL5= yes
|
2002-01-30 12:54:03 +00:00
|
|
|
|
2004-02-06 13:12:53 +00:00
|
|
|
MAN1= help2man.1
|
2004-03-03 10:03:15 +00:00
|
|
|
|
2004-02-06 13:12:53 +00:00
|
|
|
INFO= help2man
|
2002-01-30 12:54:03 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|