openbsd-ports/textproc/intltool/Makefile
ajacoutot d8b6ee3c2b - update to intltool-0.40.3
version 0.40.1 was successfully tested in a bulk build by bernd@, thanks!
this new version fixes some small bugs
2008-07-28 07:32:47 +00:00

33 lines
714 B
Makefile

# $OpenBSD: Makefile,v 1.13 2008/07/28 07:32:47 ajacoutot Exp $
COMMENT= internationalization tool
GNOME_PROJECT= intltool
GNOME_VERSION= 0.40.3
CATEGORIES= textproc
HOMEPAGE= http://www.gnome.org/
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= x11/gnome
RUN_DEPENDS= :p5-XML-Parser-*:textproc/p5-XML-Parser \
:gettext-*:devel/gettext
BUILD_DEPENDS= :p5-XML-Parser-*:textproc/p5-XML-Parser
CONFIGURE_STYLE= gnu
NO_BUILD= Yes # avoid recursive dependency
PKG_ARCH= *
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/intltool
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/intltool
.include <bsd.port.mk>