summaryrefslogtreecommitdiffstats
path: root/devel/gconf2/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-05-12 23:49:19 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-05-12 23:49:19 +0800
commit926382e09698007dc3472481164045c6b0b9754a (patch)
treed0ae60e8f02a2f6b230176c1f2dd549262359efb /devel/gconf2/Makefile
parent42048341091e3810049dedfc96d4b312013ab048 (diff)
downloadmarcuscom-ports-926382e09698007dc3472481164045c6b0b9754a.tar
marcuscom-ports-926382e09698007dc3472481164045c6b0b9754a.tar.gz
marcuscom-ports-926382e09698007dc3472481164045c6b0b9754a.tar.bz2
marcuscom-ports-926382e09698007dc3472481164045c6b0b9754a.tar.lz
marcuscom-ports-926382e09698007dc3472481164045c6b0b9754a.tar.xz
marcuscom-ports-926382e09698007dc3472481164045c6b0b9754a.tar.zst
marcuscom-ports-926382e09698007dc3472481164045c6b0b9754a.zip
Post 2.30.1 commit clean up.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14135 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gconf2/Makefile')
-rw-r--r--devel/gconf2/Makefile57
1 files changed, 0 insertions, 57 deletions
diff --git a/devel/gconf2/Makefile b/devel/gconf2/Makefile
deleted file mode 100644
index c32884453..000000000
--- a/devel/gconf2/Makefile
+++ /dev/null
@@ -1,57 +0,0 @@
-# New ports collection makefile for: gconf2
-# Date created: 28th June 2000
-# Whom: Ade Lovett <ade@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom$
-#
-
-PORTNAME= gconf2
-PORTVERSION= 2.28.1
-PORTREVISION?= 0
-CATEGORIES= devel gnome
-MASTER_SITES= GNOME
-MASTER_SITE_SUBDIR= sources/GConf/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
-DISTNAME= GConf-${PORTVERSION}
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= A configuration database system for GNOME
-
-USE_BZIP2= yes
-
-.if !defined(REFERENCE_PORT)
-
-LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
- polkit-gobject-1.0:${PORTSDIR}/sysutils/polkit
-
-USE_GMAKE= yes
-USE_GETTEXT= yes
-USE_GNOME= gnomehier gnomehack orbit2 gtk20 libxml2 ltverhack \
- referencehack intlhack
-USE_LDCONFIG= yes
-USE_AUTOTOOLS= libtool:22
-CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \
- --disable-gtk-doc
-# --enable-gconf-source=${PREFIX}/etc/gconf/schemas \
-
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-MAN1= gconftool-2.1
-
-OPTIONS= LDAP "Enable LDAP support" off
-
-.include <bsd.port.pre.mk>
-
-.if defined(WITH_LDAP)
-USE_OPENLDAP= yes
-CONFIGURE_ARGS+=--with-openldap
-PLIST_SUB+= LDAP=""
-.else
-CONFIGURE_ARGS+=--without-openldap
-PLIST_SUB+= LDAP="@comment "
-.endif
-
-.include <bsd.port.post.mk>
-
-.endif