diff options
-rw-r--r-- | x11-wm/Makefile | 1 | ||||
-rw-r--r-- | x11-wm/badwm/Makefile | 48 | ||||
-rw-r--r-- | x11-wm/badwm/distinfo | 2 | ||||
-rw-r--r-- | x11-wm/badwm/pkg-descr | 22 |
4 files changed, 73 insertions, 0 deletions
diff --git a/x11-wm/Makefile b/x11-wm/Makefile index 232ecf4cc567..05af863df297 100644 --- a/x11-wm/Makefile +++ b/x11-wm/Makefile @@ -12,6 +12,7 @@ SUBDIR += alloywm SUBDIR += amaterus SUBDIR += amiwm + SUBDIR += badwm SUBDIR += bbconf SUBDIR += bbkeys SUBDIR += bbpager 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/ |