openbsd-ports/textproc/intltool/Makefile
ajacoutot 269b8ad2d1 Update to intltool-0.41.1.
bulk testing by landry@
2011-01-14 08:13:14 +00:00

34 lines
690 B
Makefile

# $OpenBSD: Makefile,v 1.21 2011/01/14 08:13:14 ajacoutot Exp $
COMMENT= internationalization tools
V= 0.41.1
DISTNAME= intltool-${V}
CATEGORIES= textproc
HOMEPAGE= https://edge.launchpad.net/intltool
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}/trunk/${V}/+download/
RUN_DEPENDS= textproc/p5-XML-Parser \
devel/gettext
BUILD_DEPENDS= textproc/p5-XML-Parser
CONFIGURE_STYLE= gnu
USE_GROFF= Yes
USE_GMAKE= Yes
PKG_ARCH= *
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/intltool
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/intltool
.include <bsd.port.mk>