diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-30 21:57:20 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-30 21:57:20 +0800 |
commit | fc26643ef0b318a23c1a2949911cb41dd24c4ebb (patch) | |
tree | 9a0b354a1156bc686ad9ae6ca03599d71ae1b639 /devel/liboobs/Makefile | |
parent | def38e78e93cbaaf45fe1ac76cf95d7926047483 (diff) | |
download | marcuscom-ports-fc26643ef0b318a23c1a2949911cb41dd24c4ebb.tar marcuscom-ports-fc26643ef0b318a23c1a2949911cb41dd24c4ebb.tar.gz marcuscom-ports-fc26643ef0b318a23c1a2949911cb41dd24c4ebb.tar.bz2 marcuscom-ports-fc26643ef0b318a23c1a2949911cb41dd24c4ebb.tar.lz marcuscom-ports-fc26643ef0b318a23c1a2949911cb41dd24c4ebb.tar.xz marcuscom-ports-fc26643ef0b318a23c1a2949911cb41dd24c4ebb.tar.zst marcuscom-ports-fc26643ef0b318a23c1a2949911cb41dd24c4ebb.zip |
Update to 2.21.1
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9891 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/liboobs/Makefile')
-rw-r--r-- | devel/liboobs/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/devel/liboobs/Makefile b/devel/liboobs/Makefile new file mode 100644 index 000000000..a927fd46a --- /dev/null +++ b/devel/liboobs/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: liboobs +# Date created: 2006-06-06 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# $MCom: ports/devel/liboobs/Makefile,v 1.23 2007/09/16 16:45:35 ahze Exp $ +# + +PORTNAME= liboobs +PORTVERSION= 2.21.1 +CATEGORIES= devel gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Wrapping library to the System Tools Backends + +BUILD_DEPENDS= ${LOCALBASE}/etc/dbus-1/system.d/system-tools-backends.conf:${PORTSDIR}/sysutils/system-tools-backends +LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib +RUN_DEPENDS= ${LOCALBASE}/etc/dbus-1/system.d/system-tools-backends.conf:${PORTSDIR}/sysutils/system-tools-backends + +USE_BZIP2= yes +GNU_CONFIGURE= yes +USE_GNOME= gnomehack glib20 +USE_LDCONFIG= yes +CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" + +.include <bsd.port.mk> |