diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-07-11 00:52:31 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-07-11 00:52:31 +0800 |
commit | cc5a698ebf79cb6711bd5adbf7207439de20db33 (patch) | |
tree | 055eebd16247fe8786dbc01d27897a9fc366a805 /devel/liboobs/Makefile | |
parent | 9ecfd40e0c7c25091542e10c927e71c9d83786af (diff) | |
download | marcuscom-ports-cc5a698ebf79cb6711bd5adbf7207439de20db33.tar marcuscom-ports-cc5a698ebf79cb6711bd5adbf7207439de20db33.tar.gz marcuscom-ports-cc5a698ebf79cb6711bd5adbf7207439de20db33.tar.bz2 marcuscom-ports-cc5a698ebf79cb6711bd5adbf7207439de20db33.tar.lz marcuscom-ports-cc5a698ebf79cb6711bd5adbf7207439de20db33.tar.xz marcuscom-ports-cc5a698ebf79cb6711bd5adbf7207439de20db33.tar.zst marcuscom-ports-cc5a698ebf79cb6711bd5adbf7207439de20db33.zip |
Update to 2.19.0
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9189 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/liboobs/Makefile')
-rw-r--r-- | devel/liboobs/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/devel/liboobs/Makefile b/devel/liboobs/Makefile new file mode 100644 index 000000000..7af042638 --- /dev/null +++ b/devel/liboobs/Makefile @@ -0,0 +1,27 @@ +# 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.18 2007/03/12 12:34:37 ahze Exp $ + +PORTNAME= liboobs +PORTVERSION= 2.19.0 +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 + +.include <bsd.port.mk> |