summaryrefslogtreecommitdiff
path: root/devel/GConf/Makefile
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2000-08-30 06:19:08 +0000
committerrh <rh@pkgsrc.org>2000-08-30 06:19:08 +0000
commite7f59241bef53a6a18b6d26a2f34480878e0706c (patch)
treedbc2cd17073f7fd1f05a3dc03bd5432a10d1aaf2 /devel/GConf/Makefile
parentd86c32023166ac2132c92d451dea02c15068f89b (diff)
downloadpkgsrc-e7f59241bef53a6a18b6d26a2f34480878e0706c.tar.gz
Initial import of GConf-0.8, a configuration database system for GNOME.
Diffstat (limited to 'devel/GConf/Makefile')
-rw-r--r--devel/GConf/Makefile34
1 files changed, 34 insertions, 0 deletions
diff --git a/devel/GConf/Makefile b/devel/GConf/Makefile
new file mode 100644
index 00000000000..d9c4cba9098
--- /dev/null
+++ b/devel/GConf/Makefile
@@ -0,0 +1,34 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/08/30 06:19:08 rh Exp $
+#
+
+DISTNAME= GConf-0.8
+CATEGORIES= devel gnome
+MASTER_SITES= ${MASTER_SITE_GNOME:=unstable/sources/GConf/}
+
+MAINTAINER= rh@netbsd.org
+HOMEPAGE= http://advogato.org/proj/GConf/
+
+DEPENDS+= gnome-core>=1.2.0:../../x11/gnome-core
+DEPENDS+= oaf-*:../../devel/oaf
+DEPENDS+= guile>=1.3.4:../../lang/guile
+
+MESSAGE_FILE= ${WRKDIR}/MESSAGE
+
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OBJECT_FMT} != "ELF"
+BROKEN= "GConf only builds correctly on ELF architectures"
+.endif
+
+GNU_CONFIGURE= YES
+USE_X11BASE= YES
+USE_LIBTOOL= YES
+
+LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${X11PREFIX}/include"
+
+post-install:
+ ${SED} -e 's#@@X11PREFIX@@#${X11PREFIX}#g' < ${PKGDIR}/MESSAGE \
+ > ${MESSAGE_FILE}
+
+.include "../../mk/bsd.pkg.mk"