From 201512ac87d12344e25682eff33f4fabec80b978 Mon Sep 17 00:00:00 2001 From: Satoshi Taoka Date: Tue, 30 Mar 1999 18:46:36 +0000 Subject: A dockable pager for WindowMaker. PR: ports/10833 Submitted by: Jim Mock jim@phrantic.phear.net --- misc/wmcp/Makefile | 31 +++++++++++++++++++++++++++++++ misc/wmcp/distinfo | 1 + misc/wmcp/files/patch-aa | 10 ++++++++++ misc/wmcp/pkg-comment | 1 + misc/wmcp/pkg-descr | 8 ++++++++ misc/wmcp/pkg-plist | 1 + 6 files changed, 52 insertions(+) create mode 100644 misc/wmcp/Makefile create mode 100644 misc/wmcp/distinfo create mode 100644 misc/wmcp/files/patch-aa create mode 100644 misc/wmcp/pkg-comment create mode 100644 misc/wmcp/pkg-descr create mode 100644 misc/wmcp/pkg-plist (limited to 'misc/wmcp') 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 +# +# $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 + +pre-build: + (cd ${WRKSRC} && ${GMAKE} clean) + +do-build: + (cd ${WRKSRC} && make) + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/wmcp ${PREFIX}/bin + +.include 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 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 -- cgit v1.2.3