c09f51d605
from jasper
27 lines
519 B
Makefile
27 lines
519 B
Makefile
# $OpenBSD: Makefile,v 1.6 2006/06/01 08:27:02 steven Exp $
|
|
|
|
COMMENT= "Internationalization tool"
|
|
|
|
DISTNAME= intltool-0.35.0
|
|
CATEGORIES= textproc
|
|
|
|
HOMEPAGE= http://www.gnome.org
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/intltool/0.35/}
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
BUILD_DEPENDS= :p5-XML-Parser-*:textproc/p5-XML-Parser
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
USE_GMAKE= Yes
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|