summaryrefslogtreecommitdiffstats
path: root/devel/dconf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/dconf/Makefile')
-rw-r--r--devel/dconf/Makefile36
1 files changed, 0 insertions, 36 deletions
diff --git a/devel/dconf/Makefile b/devel/dconf/Makefile
deleted file mode 100644
index 43597fea5..000000000
--- a/devel/dconf/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# New ports collection makefile for: dconf
-# Date created: 28 May 2010
-# Whom: Koop Mast <kwm@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/devel/dconf/Makefile,v 1.8 2010/11/02 23:28:58 kwm Exp $
-#
-
-PORTNAME= dconf
-PORTVERSION= 0.5.1
-PORTREVISION= 2
-CATEGORIES= devel gnome
-MASTER_SITES= GNOME
-DIST_SUBDIR= gnome3
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= A configuration database system for GNOME
-
-BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection \
- valac:${PORTSDIR}/lang/vala
-LIB_DEPENDS= gee.2:${PORTSDIR}/devel/libgee
-
-USE_BZIP2= yes
-USE_GMAKE= yes
-#USE_GETTEXT= yes
-USE_GNOME= gnomehack gtk20
-USE_LDCONFIG= yes
-GNU_CONFIGURE= yes
-
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-post-install:
- -${LOCALBASE}/bin/gio-querymodules ${PREFIX}/lib/gio/modules
-
-.include <bsd.port.mk>