summaryrefslogtreecommitdiff
path: root/sysutils/liboobs/Makefile
diff options
context:
space:
mode:
authorjmcneill <jmcneill>2008-11-15 18:30:22 +0000
committerjmcneill <jmcneill>2008-11-15 18:30:22 +0000
commit0bd3808d94f3139e9d32ecb3fe943ded95c2b317 (patch)
treee8046fd80a189d6050506d365d9ae717c666d8c1 /sysutils/liboobs/Makefile
parent3ec716a5a1844af8714f3dd0c76d0e38ff05d273 (diff)
downloadpkgsrc-0bd3808d94f3139e9d32ecb3fe943ded95c2b317.tar.gz
Initial import of liboobs version 2.22.0.
Liboobs is a lightweight library that provides a GObject based interface to system-tools-backends. It's completely abstracted of the communication and authentication details, making it easy for applications to integrate with the system details.
Diffstat (limited to 'sysutils/liboobs/Makefile')
-rw-r--r--sysutils/liboobs/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/sysutils/liboobs/Makefile b/sysutils/liboobs/Makefile
new file mode 100644
index 00000000000..e53811d4638
--- /dev/null
+++ b/sysutils/liboobs/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/11/15 18:30:22 jmcneill Exp $
+#
+
+DISTNAME= liboobs-2.22.0
+CATEGORIES= sysutils gnome
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/liboobs/2.22/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://www.gnome.org/
+COMMENT= Lightweight GObject based interface to system-tools-backends
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= YES
+USE_DIRS+= gnome2-1.5
+USE_PKGLOCALEDIR= YES
+USE_TOOLS+= gmake intltool msgfmt perl pkg-config
+USE_LIBTOOL= YES
+
+.include "../../sysutils/system-tools-backends/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"