openbsd-ports/textproc/intltool/Makefile
ajacoutot 42fe8821c2 - update to intltool-0.40.6
thanks a lot to jasper@ for testing this in a bulk
ok jasper@
2009-03-24 18:21:10 +00:00

33 lines
714 B
Makefile

# $OpenBSD: Makefile,v 1.16 2009/03/24 18:21:10 ajacoutot Exp $
COMMENT= internationalization tool
GNOME_PROJECT= intltool
GNOME_VERSION= 0.40.6
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>