diff options
author | Eric Melville <eric@FreeBSD.org> | 2001-04-09 11:09:54 +0000 |
---|---|---|
committer | Eric Melville <eric@FreeBSD.org> | 2001-04-09 11:09:54 +0000 |
commit | 9351b1be767145e45f78cfecff42ab9e8e3c346c (patch) | |
tree | a9e2f711b4891d2f8c93a5f388df9123bfd2b83d /misc/wmx10 | |
parent | f99cf0b5c119f5c49be339ac8c1c01370bceaf81 (diff) | |
download | ports-9351b1be767145e45f78cfecff42ab9e8e3c346c.tar.gz ports-9351b1be767145e45f78cfecff42ab9e8e3c346c.zip |
Notes
Diffstat (limited to 'misc/wmx10')
-rw-r--r-- | misc/wmx10/Makefile | 23 | ||||
-rw-r--r-- | misc/wmx10/distinfo | 1 | ||||
-rw-r--r-- | misc/wmx10/files/patch-aa | 19 | ||||
-rw-r--r-- | misc/wmx10/pkg-comment | 1 | ||||
-rw-r--r-- | misc/wmx10/pkg-descr | 7 | ||||
-rw-r--r-- | misc/wmx10/pkg-plist | 1 |
6 files changed, 52 insertions, 0 deletions
diff --git a/misc/wmx10/Makefile b/misc/wmx10/Makefile new file mode 100644 index 000000000000..59051ee268d4 --- /dev/null +++ b/misc/wmx10/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: wmx10 +# Date created: 16 September 2000 +# Whom: eric +# +# $FreeBSD$ +# + +PORTNAME= wmx10 +PORTVERSION= 0.03 +CATEGORIES= misc windowmaker +MASTER_SITES= http://www.cs.uml.edu/~jhawkins/wmx10/ + +MAINTAINER= eric@FreeBSD.org + +LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ + Xext.6:${PORTSDIR}/x11/XFree86-aoutlibs + +WRKSRC= ${WRKDIR}/wmx10.app/wmx10 + +USE_GMAKE= yes +USE_X_PREFIX= yes + +.include <bsd.port.mk> diff --git a/misc/wmx10/distinfo b/misc/wmx10/distinfo new file mode 100644 index 000000000000..1fcf2c01cc49 --- /dev/null +++ b/misc/wmx10/distinfo @@ -0,0 +1 @@ +MD5 (wmx10-0.03.tar.gz) = 0fd038df0cec856168eff40734feafca diff --git a/misc/wmx10/files/patch-aa b/misc/wmx10/files/patch-aa new file mode 100644 index 000000000000..408151ee324e --- /dev/null +++ b/misc/wmx10/files/patch-aa @@ -0,0 +1,19 @@ +--- Makefile.orig Sun Oct 17 14:25:17 1999 ++++ Makefile Mon Apr 9 00:27:38 2001 +@@ -1,5 +1,5 @@ +-INCDIR = -I/usr/X11R6/include +-LIBDIR = -L/usr/X11R6/lib ++INCDIR = -I${X11BASE}/include ++LIBDIR = -L${X11BASE}/lib + LIBS = -lXpm -lXext -lX11 + OBJS = br_cmd.o wmx10.o ../wmgeneral/wmgeneral.o + CFLAGS = -D$(shell echo `uname -s`) #-DDEBUG +@@ -19,6 +19,6 @@ + done + rm -f wmx10 *~ + +-install: ++install: wmx10 + strip wmx10 +- mv wmx10 /usr/local/bin ++ mv wmx10 ${X11BASE}/bin diff --git a/misc/wmx10/pkg-comment b/misc/wmx10/pkg-comment new file mode 100644 index 000000000000..481138847464 --- /dev/null +++ b/misc/wmx10/pkg-comment @@ -0,0 +1 @@ +WindowMaker dockable remote for X10 devices diff --git a/misc/wmx10/pkg-descr b/misc/wmx10/pkg-descr new file mode 100644 index 000000000000..50234c1bcfc0 --- /dev/null +++ b/misc/wmx10/pkg-descr @@ -0,0 +1,7 @@ +wmx10 is a companion to Tymm Twilliam's Bottlerocket software, which controls +X10's Firecracker Home Automation kit. The program is a WindowMaker/AfterStep +applet. It allows for turning off, turning on, dimming, and brightening of X10 +modules via bottlerocket's functions. wmx10 controls one "house" at a time, up +to sixteen separate devices on each "house". + +WWW: http://www.cs.uml.edu/~jhawkins/wmx10/ diff --git a/misc/wmx10/pkg-plist b/misc/wmx10/pkg-plist new file mode 100644 index 000000000000..7bf4c9396167 --- /dev/null +++ b/misc/wmx10/pkg-plist @@ -0,0 +1 @@ +bin/wmx10 |