diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-30 08:17:23 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-30 08:17:23 +0800 |
commit | e96c963890c218c30bee403744e991b5f6aae382 (patch) | |
tree | 343af993209777a11e494ea0340bb20ab40c0ae0 /devel/liboobs/Makefile | |
parent | 7650c2b92e11bcd61193cc7daafc38f8a6d67d67 (diff) | |
download | marcuscom-ports-e96c963890c218c30bee403744e991b5f6aae382.tar marcuscom-ports-e96c963890c218c30bee403744e991b5f6aae382.tar.gz marcuscom-ports-e96c963890c218c30bee403744e991b5f6aae382.tar.bz2 marcuscom-ports-e96c963890c218c30bee403744e991b5f6aae382.tar.lz marcuscom-ports-e96c963890c218c30bee403744e991b5f6aae382.tar.xz marcuscom-ports-e96c963890c218c30bee403744e991b5f6aae382.tar.zst marcuscom-ports-e96c963890c218c30bee403744e991b5f6aae382.zip |
- Merge from ports-experimental
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7845 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/liboobs/Makefile')
-rw-r--r-- | devel/liboobs/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/devel/liboobs/Makefile b/devel/liboobs/Makefile new file mode 100644 index 000000000..22061c4a4 --- /dev/null +++ b/devel/liboobs/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: liboobs +# Date created: 2006-06-06 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# $MCom: ports-experimental/devel/liboobs/Makefile,v 1.1 2006/07/27 00:35:23 marcus Exp $ + +PORTNAME= liboobs +PORTVERSION= 0.1.0 +CATEGORIES= devel +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 +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 +INSTALLS_SHLIB= yes + +.include <bsd.port.mk> |