diff options
author | taoka <taoka@FreeBSD.org> | 1999-03-31 02:46:36 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 1999-03-31 02:46:36 +0800 |
commit | 03e8ca1e58463b931572f28a6a1f49a002364bcf (patch) | |
tree | e93f5e2abe4b9ed273db144e47d38b20fba5a064 | |
parent | 61e0761ac9cd32620d7e6c12b1fab2604adbe216 (diff) | |
download | freebsd-ports-gnome-03e8ca1e58463b931572f28a6a1f49a002364bcf.tar.gz freebsd-ports-gnome-03e8ca1e58463b931572f28a6a1f49a002364bcf.tar.zst freebsd-ports-gnome-03e8ca1e58463b931572f28a6a1f49a002364bcf.zip |
A dockable pager for WindowMaker.
PR: ports/10833
Submitted by: Jim Mock jim@phrantic.phear.net
-rw-r--r-- | misc/wmcp/Makefile | 31 | ||||
-rw-r--r-- | misc/wmcp/distinfo | 1 | ||||
-rw-r--r-- | misc/wmcp/files/patch-aa | 10 | ||||
-rw-r--r-- | misc/wmcp/pkg-comment | 1 | ||||
-rw-r--r-- | misc/wmcp/pkg-descr | 8 | ||||
-rw-r--r-- | misc/wmcp/pkg-plist | 1 | ||||
-rw-r--r-- | x11-wm/wmcp/Makefile | 31 | ||||
-rw-r--r-- | x11-wm/wmcp/distinfo | 1 | ||||
-rw-r--r-- | x11-wm/wmcp/files/patch-aa | 10 | ||||
-rw-r--r-- | x11-wm/wmcp/pkg-comment | 1 | ||||
-rw-r--r-- | x11-wm/wmcp/pkg-descr | 8 | ||||
-rw-r--r-- | x11-wm/wmcp/pkg-plist | 1 |
12 files changed, 104 insertions, 0 deletions
diff --git a/misc/wmcp/Makefile b/misc/wmcp/Makefile new file mode 100644 index 000000000000..51dc702a0cd5 --- /dev/null +++ b/misc/wmcp/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: wmcp +# Version required: 1.2.6 +# Date created: 10 February 1999 +# Whom: Jim Mock <jim@phrantic.phear.net> +# +# $Id$ +# + +DISTNAME= wmcp-1.2.6 +CATEGORIES= misc windowmaker +MASTER_SITES= http://www.linuxbox.com/~bac/src/wmcp/ + +MAINTAINER= jim@phrantic.phear.net + +LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm + +USE_GMAKE= yes +USE_X_PREFIX= yes + +.include <bsd.port.pre.mk> + +pre-build: + (cd ${WRKSRC} && ${GMAKE} clean) + +do-build: + (cd ${WRKSRC} && make) + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/wmcp ${PREFIX}/bin + +.include <bsd.port.post.mk> diff --git a/misc/wmcp/distinfo b/misc/wmcp/distinfo new file mode 100644 index 000000000000..fa51de18ed51 --- /dev/null +++ b/misc/wmcp/distinfo @@ -0,0 +1 @@ +MD5 (wmcp-1.2.6.tar.gz) = 384736be9178d92e02c87c55bd290150 diff --git a/misc/wmcp/files/patch-aa b/misc/wmcp/files/patch-aa new file mode 100644 index 000000000000..60aa9ba1d268 --- /dev/null +++ b/misc/wmcp/files/patch-aa @@ -0,0 +1,10 @@ +--- Makefile.orig Tue Feb 9 23:16:16 1999 ++++ Makefile Tue Feb 9 23:16:34 1999 +@@ -1,6 +1,6 @@ + + +-INCLUDES =-I/usr/X11R6/include/X11 -I/usr/local/include -I/usr/include/X11R6/X11 ++INCLUDES =-I/usr/X11R6/include/X11 -I/usr/X11R6/include -I/usr/local/include -I/usr/include/X11R6/X11 + LIBINC =-L/usr/X11R6/lib -L/usr/include/lib + LIBS = -lm -lX11 -lXpm -lXext + diff --git a/misc/wmcp/pkg-comment b/misc/wmcp/pkg-comment new file mode 100644 index 000000000000..e84d9203e36e --- /dev/null +++ b/misc/wmcp/pkg-comment @@ -0,0 +1 @@ +A dockable pager for WindowMaker. diff --git a/misc/wmcp/pkg-descr b/misc/wmcp/pkg-descr new file mode 100644 index 000000000000..d87bfdd0b2ca --- /dev/null +++ b/misc/wmcp/pkg-descr @@ -0,0 +1,8 @@ +A very simple dockable pager for Window Maker. Up to nine workspaces +my be selected with buttons that send the appropriate synthetic ALT +1..9 key code to the root window. If you love Window Maker but can't +live without a pager, this app may be of use to you. + +WWW Homepage: http://www.linuxbox.com/~bac/ + +- Jim <jim@phrantic.phear.net> diff --git a/misc/wmcp/pkg-plist b/misc/wmcp/pkg-plist new file mode 100644 index 000000000000..36ec7153eae0 --- /dev/null +++ b/misc/wmcp/pkg-plist @@ -0,0 +1 @@ +bin/wmcp diff --git a/x11-wm/wmcp/Makefile b/x11-wm/wmcp/Makefile new file mode 100644 index 000000000000..51dc702a0cd5 --- /dev/null +++ b/x11-wm/wmcp/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: wmcp +# Version required: 1.2.6 +# Date created: 10 February 1999 +# Whom: Jim Mock <jim@phrantic.phear.net> +# +# $Id$ +# + +DISTNAME= wmcp-1.2.6 +CATEGORIES= misc windowmaker +MASTER_SITES= http://www.linuxbox.com/~bac/src/wmcp/ + +MAINTAINER= jim@phrantic.phear.net + +LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm + +USE_GMAKE= yes +USE_X_PREFIX= yes + +.include <bsd.port.pre.mk> + +pre-build: + (cd ${WRKSRC} && ${GMAKE} clean) + +do-build: + (cd ${WRKSRC} && make) + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/wmcp ${PREFIX}/bin + +.include <bsd.port.post.mk> diff --git a/x11-wm/wmcp/distinfo b/x11-wm/wmcp/distinfo new file mode 100644 index 000000000000..fa51de18ed51 --- /dev/null +++ b/x11-wm/wmcp/distinfo @@ -0,0 +1 @@ +MD5 (wmcp-1.2.6.tar.gz) = 384736be9178d92e02c87c55bd290150 diff --git a/x11-wm/wmcp/files/patch-aa b/x11-wm/wmcp/files/patch-aa new file mode 100644 index 000000000000..60aa9ba1d268 --- /dev/null +++ b/x11-wm/wmcp/files/patch-aa @@ -0,0 +1,10 @@ +--- Makefile.orig Tue Feb 9 23:16:16 1999 ++++ Makefile Tue Feb 9 23:16:34 1999 +@@ -1,6 +1,6 @@ + + +-INCLUDES =-I/usr/X11R6/include/X11 -I/usr/local/include -I/usr/include/X11R6/X11 ++INCLUDES =-I/usr/X11R6/include/X11 -I/usr/X11R6/include -I/usr/local/include -I/usr/include/X11R6/X11 + LIBINC =-L/usr/X11R6/lib -L/usr/include/lib + LIBS = -lm -lX11 -lXpm -lXext + diff --git a/x11-wm/wmcp/pkg-comment b/x11-wm/wmcp/pkg-comment new file mode 100644 index 000000000000..e84d9203e36e --- /dev/null +++ b/x11-wm/wmcp/pkg-comment @@ -0,0 +1 @@ +A dockable pager for WindowMaker. diff --git a/x11-wm/wmcp/pkg-descr b/x11-wm/wmcp/pkg-descr new file mode 100644 index 000000000000..d87bfdd0b2ca --- /dev/null +++ b/x11-wm/wmcp/pkg-descr @@ -0,0 +1,8 @@ +A very simple dockable pager for Window Maker. Up to nine workspaces +my be selected with buttons that send the appropriate synthetic ALT +1..9 key code to the root window. If you love Window Maker but can't +live without a pager, this app may be of use to you. + +WWW Homepage: http://www.linuxbox.com/~bac/ + +- Jim <jim@phrantic.phear.net> diff --git a/x11-wm/wmcp/pkg-plist b/x11-wm/wmcp/pkg-plist new file mode 100644 index 000000000000..36ec7153eae0 --- /dev/null +++ b/x11-wm/wmcp/pkg-plist @@ -0,0 +1 @@ +bin/wmcp |