summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11/Makefile1
-rw-r--r--x11/libcapplet/Makefile34
-rw-r--r--x11/libcapplet/distinfo1
-rw-r--r--x11/libcapplet/pkg-comment1
-rw-r--r--x11/libcapplet/pkg-descr3
-rw-r--r--x11/libcapplet/pkg-plist7
6 files changed, 47 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile
index 8b2fb4a06630..1db54715dd55 100644
--- a/x11/Makefile
+++ b/x11/Makefile
@@ -65,6 +65,7 @@
SUBDIR += kdelibs3
SUBDIR += keylaunch
SUBDIR += launch.app
+ SUBDIR += libcapplet
SUBDIR += libdnd
SUBDIR += libgnome
SUBDIR += libhelp
diff --git a/x11/libcapplet/Makefile b/x11/libcapplet/Makefile
new file mode 100644
index 000000000000..d3966be96bc7
--- /dev/null
+++ b/x11/libcapplet/Makefile
@@ -0,0 +1,34 @@
+# New ports collection makefile for: libcapplet
+# Date created: 10 July 2002
+# Whom: Maxim Soboleb <sobomax@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= libcapplet
+PORTVERSION= 1.4.0.5
+CATEGORIES= x11 gnome
+MASTER_SITES= http://people.freebsd.org/~sobomax/
+DIST_SUBDIR= gnome
+
+MAINTAINER= gnome@FreeBSD.org
+
+USE_BZIP2= yes
+USE_X_PREFIX= yes
+USE_GNOMENG= yes
+USE_GNOME= gnomelibs
+INSTALLS_SHLIB= yes
+MAKE_ENV= X11BASE="${X11BASE}" LOCALBASE="${LOCALBASE}"
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/libcapplet.so.5 ${PREFIX}/lib
+ ${INSTALL_DATA} ${WRKSRC}/libcapplet.a ${PREFIX}/lib
+ ${LN} -sf libcapplet.so.5 ${PREFIX}/lib/libcapplet.so
+ ${MKDIR} ${PREFIX}/include/libcapplet1
+ ${INSTALL_DATA} ${WRKSRC}/capplet-widget.h \
+ ${PREFIX}/include/libcapplet1
+ ${MKDIR} ${PREFIX}/share/gnome/idl
+ ${INSTALL_DATA} ${WRKSRC}/control-center.idl ${PREFIX}/share/gnome/idl
+ ${INSTALL_SCRIPT} ${WRKSRC}/cappletConf.sh ${PREFIX}/etc
+
+.include <bsd.port.mk>
diff --git a/x11/libcapplet/distinfo b/x11/libcapplet/distinfo
new file mode 100644
index 000000000000..effc17f47558
--- /dev/null
+++ b/x11/libcapplet/distinfo
@@ -0,0 +1 @@
+MD5 (gnome/libcapplet-1.4.0.5.tar.bz2) = eeffa3f60ca0c253915ae6fb60cabf09
diff --git a/x11/libcapplet/pkg-comment b/x11/libcapplet/pkg-comment
new file mode 100644
index 000000000000..16e2bd987fdd
--- /dev/null
+++ b/x11/libcapplet/pkg-comment
@@ -0,0 +1 @@
+A library for writing custom applets for GNOME Control Center
diff --git a/x11/libcapplet/pkg-descr b/x11/libcapplet/pkg-descr
new file mode 100644
index 000000000000..f2ba80523ee4
--- /dev/null
+++ b/x11/libcapplet/pkg-descr
@@ -0,0 +1,3 @@
+Small library for writing custom applets for GNOME Control Center.
+
+WWW: http://www.gnome.org/
diff --git a/x11/libcapplet/pkg-plist b/x11/libcapplet/pkg-plist
new file mode 100644
index 000000000000..1f2ac5c47e46
--- /dev/null
+++ b/x11/libcapplet/pkg-plist
@@ -0,0 +1,7 @@
+etc/cappletConf.sh
+include/libcapplet1/capplet-widget.h
+lib/libcapplet.a
+lib/libcapplet.so
+lib/libcapplet.so.5
+share/gnome/idl/control-center.idl
+@dirrm include/libcapplet1