diff options
author | rh <rh@pkgsrc.org> | 2000-07-16 19:44:17 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-07-16 19:44:17 +0000 |
commit | c2e87cf8672db36039d9bdaf8babe96a93d3f3b3 (patch) | |
tree | ec21a5adedc10b5110a77fb191355b88087d355f /devel/oaf/Makefile | |
parent | 7ebba3d6b7fa05f8f9024020bfcb1f28414d46e9 (diff) | |
download | pkgsrc-c2e87cf8672db36039d9bdaf8babe96a93d3f3b3.tar.gz |
Initial import of oaf-0.4.0, the new GNOME object activation framework.
Diffstat (limited to 'devel/oaf/Makefile')
-rw-r--r-- | devel/oaf/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/oaf/Makefile b/devel/oaf/Makefile new file mode 100644 index 00000000000..6fae57df893 --- /dev/null +++ b/devel/oaf/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/07/16 19:44:17 rh Exp $ +# + +DISTNAME= oaf-0.4.0 +CATEGORIES= FILLTHISINPLEASE +MASTER_SITES= ${MASTER_SITE_GNOME:=/unstable/sources/oaf/} + +MAINTAINER= rh@netbsd.org +HOMEPAGE= http://www.gnome.org/ + +DEPENDS+= ORBit>=0.5.2:../../net/ORBit +DEPENDS+= glib>=1.2.8:../../devel/glib +DEPENDS+= libxml>=1.8.7:../../textproc/libxml + +GNU_CONFIGURE= YES +USE_X11BASE= YES +USE_LIBTOOL= YES + +LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${X11PREFIX}/include" + +.include "../../mk/bsd.pkg.mk" |