009cb54b7f
- remove gettext module and add it as run_depends instead "smack yah diff in" jasper@
29 lines
589 B
Makefile
29 lines
589 B
Makefile
# $OpenBSD: Makefile,v 1.10 2008/02/06 13:48:25 ajacoutot Exp $
|
|
|
|
COMMENT= internationalization tool
|
|
|
|
V= 0.37.0
|
|
DISTNAME= intltool-${V}
|
|
CATEGORIES= textproc
|
|
|
|
HOMEPAGE= http://www.gnome.org/
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/intltool/${V:R}/}
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= :p5-XML-Parser-*:textproc/p5-XML-Parser \
|
|
:gettext-*:devel/gettext
|
|
BUILD_DEPENDS= :p5-XML-Parser-*:textproc/p5-XML-Parser
|
|
|
|
USE_GMAKE= Yes
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|