diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-01-18 18:55:11 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-01-18 18:55:11 +0800 |
commit | dba2a6f9962b7d0175cf3436dbbc7e731f2e8a95 (patch) | |
tree | a8b9e98434701cedad8077103e0555b48dba688f /devel/dconf/Makefile | |
parent | ae009c4db773a19a6c95ccfec3a24b21dc123986 (diff) | |
download | marcuscom-ports-dba2a6f9962b7d0175cf3436dbbc7e731f2e8a95.tar.gz marcuscom-ports-dba2a6f9962b7d0175cf3436dbbc7e731f2e8a95.tar.zst marcuscom-ports-dba2a6f9962b7d0175cf3436dbbc7e731f2e8a95.zip |
Update to 0.7.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15045 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/dconf/Makefile')
-rw-r--r-- | devel/dconf/Makefile | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/devel/dconf/Makefile b/devel/dconf/Makefile new file mode 100644 index 000000000..096f51e37 --- /dev/null +++ b/devel/dconf/Makefile @@ -0,0 +1,40 @@ +# 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.9 2010/11/04 16:41:01 kwm Exp $ +# + +PORTNAME= dconf +PORTVERSION= 0.7.1 +CATEGORIES= devel gnome +MASTER_SITES= GNOME +DIST_SUBDIR= gnome3 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= A configuration database system for GNOME + +BUILD_DEPENDS= vala>=0.11.4:${PORTSDIR}/lang/vala +LIB_DEPENDS= gee.2:${PORTSDIR}/devel/libgee \ + dbus-1.3:${PORTSDIR}/devel/dbus + +USE_BZIP2= yes +USE_GMAKE= yes +#USE_GETTEXT= yes +USE_GNOME= gnomehack gtk20 +USE_LDCONFIG= yes +GNU_CONFIGURE= yes + +MAKE_JOBS_SAFE= yes + +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +pre-build: + ${GMAKE} -C ${WRKSRC}/client dconf-client.c libdconf.so.0 + +post-install: + -${LOCALBASE}/bin/gio-querymodules ${PREFIX}/lib/gio/modules + +.include <bsd.port.mk> |