1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/misc/help2man/Makefile

44 lines
1.1 KiB
Makefile
Raw Normal View History

# Created by: ijliao
# $FreeBSD$
PORTNAME= help2man
PORTVERSION= 1.47.5
CATEGORIES= misc
2018-01-28 14:07:21 +00:00
MASTER_SITES= GNU
MAINTAINER= sunpoet@FreeBSD.org
2003-02-21 12:51:06 +00:00
COMMENT= Automatically generating simple manual pages from program output
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
2012-06-30 01:53:44 +00:00
OPTIONS_DEFINE= NLS
GNU_CONFIGURE= yes
USES= gmake localbase perl5 tar:xz
INFO= ${PORTNAME}
2013-11-21 20:47:43 +00:00
PLIST_FILES= bin/${PORTNAME} \
man/man1/${PORTNAME}.1.gz
NLS_BUILD_DEPENDS= p5-Locale-gettext>=0:devel/p5-Locale-gettext
NLS_CONFIGURE_ENABLE= nls
NLS_PLIST_FILES= lib/bindtextdomain.so
NLS_RUN_DEPENDS= p5-Locale-gettext>=0:devel/p5-Locale-gettext
NLS_USES= gettext
NLS_VARS= CONFIGURE_FAIL_MESSAGE="Rebuild lang/${PERL_PORT} and devel/p5-Locale-gettext manually before contacting maintainer."
.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 \
share/locale/${lang}/LC_MESSAGES/${PORTNAME}.mo
.endfor
post-patch:
@${REINPLACE_CMD} -e '/^pkglibdir/ s|/${PORTNAME}$$||' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>