mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add wmx10, a WindowMaker X10 device controller.
PR: 21598 Reviewed by: murray
This commit is contained in:
parent
f99cf0b5c1
commit
9351b1be76
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41123
7 changed files with 53 additions and 0 deletions
|
@ -169,6 +169,7 @@
|
||||||
SUBDIR += wmmand
|
SUBDIR += wmmand
|
||||||
SUBDIR += wmstock
|
SUBDIR += wmstock
|
||||||
SUBDIR += wmweather
|
SUBDIR += wmweather
|
||||||
|
SUBDIR += wmx10
|
||||||
SUBDIR += xd
|
SUBDIR += xd
|
||||||
SUBDIR += xdelta
|
SUBDIR += xdelta
|
||||||
SUBDIR += xenmenu
|
SUBDIR += xenmenu
|
||||||
|
|
23
misc/wmx10/Makefile
Normal file
23
misc/wmx10/Makefile
Normal file
|
@ -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>
|
1
misc/wmx10/distinfo
Normal file
1
misc/wmx10/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (wmx10-0.03.tar.gz) = 0fd038df0cec856168eff40734feafca
|
19
misc/wmx10/files/patch-aa
Normal file
19
misc/wmx10/files/patch-aa
Normal file
|
@ -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
|
1
misc/wmx10/pkg-comment
Normal file
1
misc/wmx10/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
||||||
|
WindowMaker dockable remote for X10 devices
|
7
misc/wmx10/pkg-descr
Normal file
7
misc/wmx10/pkg-descr
Normal file
|
@ -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/
|
1
misc/wmx10/pkg-plist
Normal file
1
misc/wmx10/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
||||||
|
bin/wmx10
|
Loading…
Add table
Reference in a new issue