1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/misc/help2man/Makefile
Sunpoet Po-Chuan Hsieh 4a44942b0f Update to 1.47.6
- Update to debhelper v11.
- Move repository to salsa.debian.org.
- Update Vcs-Git/Vcs-Browser.
- Update standards version to 4.1.3:
  - update config.{guess,sub} at build time
- Add Brazilian Portuguese translation of info page (thanks to Rafael Fontenelle).
- Update Hungarian translation (thanks to Balázs Úr)
- Update Brazilian Portuguese translation (thanks to Rafael Fontenelle).
2018-03-01 15:19:18 +00:00

44 lines
1.1 KiB
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= help2man
PORTVERSION= 1.47.6
CATEGORIES= misc
MASTER_SITES= GNU
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Automatically generating simple manual pages from program output
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
OPTIONS_DEFINE= NLS
GNU_CONFIGURE= yes
USES= gmake localbase perl5 tar:xz
INFO= ${PORTNAME}
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 pt_BR 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>