50 lines
1.3 KiB
Makefile
50 lines
1.3 KiB
Makefile
# $NetBSD: Makefile,v 1.31 2015/03/08 01:39:42 tnn Exp $
|
|
|
|
DISTNAME= help2man-1.46.5
|
|
CATEGORIES= converters
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=help2man/}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= arved@arved.at
|
|
HOMEPAGE= http://www.gnu.org/software/help2man/
|
|
COMMENT= Generate simple manual pages from program output
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
DEPENDS+= p5-gettext>=1.01:../../devel/p5-gettext
|
|
|
|
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= perl:run msgfmt gmake
|
|
|
|
SUBST_CLASSES+= paths
|
|
SUBST_MESSAGE.paths= Fixing install lib paths.
|
|
SUBST_STAGE.paths= pre-configure
|
|
SUBST_FILES.paths= Makefile.in
|
|
SUBST_SED.paths= -e 's,(libdir)/help2man,(libdir),g'
|
|
|
|
INFO_FILES= yes
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
# XXX: will undoubtedly include more versions
|
|
.if ${OPSYS} == "Darwin" && !empty(OS_VERSION:M8.*) || !empty(OS_VERSION:M9.*)
|
|
SUBST_CLASSES+= shlibarg
|
|
SUBST_STAGE.shlibarg= pre-configure
|
|
SUBST_FILES.shlibarg= Makefile.in
|
|
SUBST_SED.shlibarg= -e 's, -shared , -dynamiclib ,g'
|
|
.endif
|
|
|
|
PLIST_VARS+= nls
|
|
|
|
.if ${OPSYS} == "Darwin"
|
|
_STRIPFLAG_INSTALL=
|
|
.endif
|
|
USE_PKGLOCALEDIR= yes
|
|
PLIST.nls= yes
|
|
|
|
post-patch:
|
|
${TOUCH} -r ${WRKSRC}/help2man.PL.orig ${WRKSRC}/help2man.PL
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../mk/dlopen.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|