2012-12-08 16:19:14 +00:00
|
|
|
# Created by: ijliao
|
2002-01-30 12:54:03 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= help2man
|
2017-09-24 19:08:02 +00:00
|
|
|
PORTVERSION= 1.47.5
|
2002-01-30 12:54:03 +00:00
|
|
|
CATEGORIES= misc
|
2018-01-28 14:07:21 +00:00
|
|
|
MASTER_SITES= GNU
|
2002-01-30 12:54:03 +00:00
|
|
|
|
2010-09-22 17:10:26 +00:00
|
|
|
MAINTAINER= sunpoet@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
|
|
|
|
2011-01-01 12:21:55 +00:00
|
|
|
LICENSE= GPLv3
|
2015-10-15 20:16:31 +00:00
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
2011-01-01 12:21:55 +00:00
|
|
|
|
2012-06-30 01:53:44 +00:00
|
|
|
OPTIONS_DEFINE= NLS
|
|
|
|
|
2011-01-01 12:21:55 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2016-12-09 07:51:54 +00:00
|
|
|
USES= gmake localbase perl5 tar:xz
|
2011-01-01 12:21:55 +00:00
|
|
|
|
|
|
|
INFO= ${PORTNAME}
|
2013-11-21 20:47:43 +00:00
|
|
|
PLIST_FILES= bin/${PORTNAME} \
|
2016-12-09 07:51:54 +00:00
|
|
|
man/man1/${PORTNAME}.1.gz
|
2011-01-01 12:21:55 +00:00
|
|
|
|
2016-04-01 14:16:16 +00:00
|
|
|
NLS_BUILD_DEPENDS= p5-Locale-gettext>=0:devel/p5-Locale-gettext
|
2013-11-22 23:14:42 +00:00
|
|
|
NLS_CONFIGURE_ENABLE= nls
|
|
|
|
NLS_PLIST_FILES= lib/bindtextdomain.so
|
2016-04-01 14:16:16 +00:00
|
|
|
NLS_RUN_DEPENDS= p5-Locale-gettext>=0:devel/p5-Locale-gettext
|
2013-11-22 23:14:42 +00:00
|
|
|
NLS_USES= gettext
|
2017-09-26 15:55:41 +00:00
|
|
|
NLS_VARS= CONFIGURE_FAIL_MESSAGE="Rebuild lang/${PERL_PORT} and devel/p5-Locale-gettext manually before contacting maintainer."
|
2013-11-22 23:14:42 +00:00
|
|
|
|
2016-12-09 07:51:54 +00:00
|
|
|
.for lang in de es fr pl uk zh_CN
|
|
|
|
NLS_INFO+= ${PORTNAME}-${lang}
|
|
|
|
.endfor
|
|
|
|
|
|
|
|
.for lang in da de el eo es fi fr hr hu it ja nb pl pt_BR ru sr sv uk vi zh_CN
|
|
|
|
NLS_PLIST_FILES+= man/${lang}/man1/${PORTNAME}.1.gz \
|
2013-11-22 23:14:42 +00:00
|
|
|
share/locale/${lang}/LC_MESSAGES/${PORTNAME}.mo
|
2011-06-02 04:04:19 +00:00
|
|
|
.endfor
|
2002-01-30 12:54:03 +00:00
|
|
|
|
2011-01-01 12:21:55 +00:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e '/^pkglibdir/ s|/${PORTNAME}$$||' ${WRKSRC}/Makefile.in
|
2002-01-30 12:54:03 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|