summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2003-10-14 05:44:27 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2003-10-14 05:44:27 +0000
commit7a9d557b006915053ddc48bce020f71b411fad8d (patch)
tree4669910d84ead6a4eaebd748f714510cd57bb2a8 /x11-wm
parentAdd missing = at MASTER_SITES (diff)
new port of ObConf
requested by: Andrew J. Caines and Hendrik Scholz
Notes
Notes: svn path=/head/; revision=91132
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/Makefile1
-rw-r--r--x11-wm/obconf/Makefile61
-rw-r--r--x11-wm/obconf/distinfo1
-rw-r--r--x11-wm/obconf/pkg-descr3
-rw-r--r--x11-wm/obconf/pkg-message2
5 files changed, 68 insertions, 0 deletions
diff --git a/x11-wm/Makefile b/x11-wm/Makefile
index c34dd3b8b55d..232ecf4cc567 100644
--- a/x11-wm/Makefile
+++ b/x11-wm/Makefile
@@ -60,6 +60,7 @@
SUBDIR += mlvwm
SUBDIR += mosfet-liquid
SUBDIR += novawm
+ SUBDIR += obconf
SUBDIR += olvwm
SUBDIR += openbox
SUBDIR += oroborus
diff --git a/x11-wm/obconf/Makefile b/x11-wm/obconf/Makefile
new file mode 100644
index 000000000000..4249cd32b7c0
--- /dev/null
+++ b/x11-wm/obconf/Makefile
@@ -0,0 +1,61 @@
+# New ports collection makefile for: obconf
+# Date created: 2002-10-13
+# Whom: trevor
+#
+# $FreeBSD$
+#
+
+PORTNAME= obconf
+PORTVERSION= 1.5
+CATEGORIES= x11-wm
+MASTER_SITES= http://icculus.org/openbox/obconf/
+
+MAINTAINER= trevor@FreeBSD.org
+COMMENT= Preferences manager for the Openbox window manager
+
+BUILD_DEPENDS= openbox:${PORTSDIR}/x11-wm/openbox
+LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification
+
+CONFIGURE_ARGS= --datadir=${PREFIX}/share/openbox --prefix=${PREFIX} \
+ --sysconfdir=${PREFIX}/etc/openbox
+DOCS= ABOUT-NLS AUTHORS COPYING README TODO
+GNU_CONFIGURE= yes
+PLIST= ${WRKDIR}/pkg-plist
+USE_GMAKE= yes
+USE_GNOME= gtk20 libglade2
+USE_X_PREFIX= yes
+
+pre-configure:
+ @${CAT} ${PKGMESSAGE}
+ @${ECHO_CMD} 
+ @${ECHO_CMD} Waiting ten seconds--press control-C to cancel build.
+ @sleep 10
+
+pre-install:
+ ${ECHO_CMD} bin/obconf > ${PLIST}
+ ${ECHO_CMD} share/openbox/applications/obconf.desktop >> ${PLIST}
+ ${ECHO_CMD} share/openbox/obconf/obconf.glade >> ${PLIST}
+.if !defined(NOPORTDOCS)
+.for ii in ${DOCS}
+ ${ECHO_CMD} share/openbox/obconf/${ii} >> ${PLIST}
+.endfor
+.endif
+.for ii in share/openbox/applications share/openbox/obconf
+ ${ECHO_CMD} @dirrm ${ii} >> ${PLIST}
+.endfor
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/src/obconf ${PREFIX}/bin
+ ${MKDIR} ${PREFIX}/share/openbox/applications \
+ ${PREFIX}/share/openbox/obconf
+.if !defined(NOPORTDOCS)
+.for ii in ${DOCS}
+ ${INSTALL_DATA} ${WRKSRC}/${ii} ${PREFIX}/share/openbox/obconf
+.endfor
+.endif
+ ${INSTALL_DATA} ${WRKSRC}/obconf.desktop \
+ ${PREFIX}/share/openbox/applications
+ ${INSTALL_DATA} ${WRKSRC}/src/obconf.glade \
+ ${PREFIX}/share/openbox/obconf
+
+.include <bsd.port.mk>
diff --git a/x11-wm/obconf/distinfo b/x11-wm/obconf/distinfo
new file mode 100644
index 000000000000..4ae40258d9fe
--- /dev/null
+++ b/x11-wm/obconf/distinfo
@@ -0,0 +1 @@
+MD5 (obconf-1.5.tar.gz) = a0f0e14db3d889bd67f98f1c00b4a9f7
diff --git a/x11-wm/obconf/pkg-descr b/x11-wm/obconf/pkg-descr
new file mode 100644
index 000000000000..0a718f4a0e01
--- /dev/null
+++ b/x11-wm/obconf/pkg-descr
@@ -0,0 +1,3 @@
+ObConf is a utility for configuring the Openbox window manager.
+
+WWW: http://icculus.org/openbox/obconf/
diff --git a/x11-wm/obconf/pkg-message b/x11-wm/obconf/pkg-message
new file mode 100644
index 000000000000..f35a9175e90c
--- /dev/null
+++ b/x11-wm/obconf/pkg-message
@@ -0,0 +1,2 @@
+*** WARNING:
+*** The source code of obconf has not been reviewed by the FreeBSD maintainer!