summaryrefslogtreecommitdiff
path: root/x11-wm/badwm
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2003-10-24 02:19:17 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2003-10-24 02:19:17 +0000
commitfb463ccd569ae08975b457eefb344d1a166194b8 (patch)
tree83f9adeec44fc2c98f81d6ddf1795cba821b212c /x11-wm/badwm
parentReset bouncing maintainer address (diff)
new port of badwm
Notes
Notes: svn path=/head/; revision=92011
Diffstat (limited to 'x11-wm/badwm')
-rw-r--r--x11-wm/badwm/Makefile48
-rw-r--r--x11-wm/badwm/distinfo2
-rw-r--r--x11-wm/badwm/pkg-descr22
3 files changed, 72 insertions, 0 deletions
diff --git a/x11-wm/badwm/Makefile b/x11-wm/badwm/Makefile
new file mode 100644
index 000000000000..d641c6fc7844
--- /dev/null
+++ b/x11-wm/badwm/Makefile
@@ -0,0 +1,48 @@
+# New ports collection makefile for: badwm
+# Date created: 2002-10-24
+# Whom: trevor
+#
+# $FreeBSD$
+#
+
+PORTNAME= badwm
+PORTVERSION= 0.06
+CATEGORIES= x11-wm
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+DISTNAME= BadWM-${PORTVERSION}
+
+MAINTAINER= trevor@FreeBSD.org
+COMMENT= Window manager based on eviwm
+
+DOCDIR= share/doc/${PORTNAME}
+DOCS= AUTHORS COPYING ChangeLog INSTALL LICENSE README THANKS TODO
+PLIST= ${WRKDIR}/pkg-plist
+USE_AUTOCONF= y
+WANT_AUTOCONF_VER= 253
+USE_GMAKE= y
+USE_X_PREFIX= y
+
+post-extract:
+# Avoid having to audit this huge file.
+ ${RM} ${WRKSRC}/configure
+
+pre-install:
+ ${ECHO_CMD} bin/badwm > ${PLIST}
+.if !defined(NOPORTDOCS)
+.for ii in ${DOCS}
+ ${ECHO_CMD} ${DOCDIR}/${ii} >> ${PLIST}
+.endfor
+ ${ECHO_CMD} @dirrm ${DOCDIR} >> ${PLIST}
+.endif
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/src/BadWM ${PREFIX}/bin/badwm
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${DOCSDIR}
+.for ii in ${DOCS}
+ ${INSTALL_DATA} ${WRKSRC}/${ii} ${DOCSDIR}
+.endfor
+.endif
+
+.include <bsd.port.mk>
diff --git a/x11-wm/badwm/distinfo b/x11-wm/badwm/distinfo
new file mode 100644
index 000000000000..f92c668b9554
--- /dev/null
+++ b/x11-wm/badwm/distinfo
@@ -0,0 +1,2 @@
+$FreeBSD$
+MD5 (BadWM-0.06.tar.gz) = 6849f884a2fe60687adc19a624a58d39
diff --git a/x11-wm/badwm/pkg-descr b/x11-wm/badwm/pkg-descr
new file mode 100644
index 000000000000..6fb0896a7ac7
--- /dev/null
+++ b/x11-wm/badwm/pkg-descr
@@ -0,0 +1,22 @@
+from the home page:
+
+ BadWM is
+ * a minimalistic window manager for the X Window System licensed
+ under the GNU General Public License.
+ * based on evilwm - less evil, but quite bad.
+ * kindly hosted at Sourceforge
+ * written by Robert Annessi
+
+ FEATURES:
+ * No window decorations apart from a simple 1 pixel border.
+ * No icons.
+ * Good keyboard control including repositioning and maximising toggles.
+ * Virtual desktops.
+ * Small binary size.
+ * Intellegent window placement
+ * Intellegent window resizing
+ * Snap to edge.
+ * Snap to border.
+ * Multihead support.
+
+WWW: http://badwm.sourceforge.net/