From d25cf0992c47026c0bdf13582f9ea415221d76bc Mon Sep 17 00:00:00 2001 From: "Justin M. Seger" Date: Sun, 11 Apr 1999 12:53:10 +0000 Subject: Import of x11/wmbutton v0.4 A 64x64 pixel application that displays nine buttons. Each of these buttons can be configured via a configuration file to run just about any application you'd like to. Basically, if you can type it in a shell command, wmbutton can run it. It is based on wmcp, by Ben Cohen. PR: ports/11055 Submitted by: Jim Mock --- x11/wmbutton/Makefile | 41 +++++++++++++++++++++++++++++++++++++++++ x11/wmbutton/distinfo | 1 + x11/wmbutton/files/patch-aa | 22 ++++++++++++++++++++++ x11/wmbutton/pkg-comment | 1 + x11/wmbutton/pkg-descr | 8 ++++++++ x11/wmbutton/pkg-plist | 5 +++++ 6 files changed, 78 insertions(+) create mode 100644 x11/wmbutton/Makefile create mode 100644 x11/wmbutton/distinfo create mode 100644 x11/wmbutton/files/patch-aa create mode 100644 x11/wmbutton/pkg-comment create mode 100644 x11/wmbutton/pkg-descr create mode 100644 x11/wmbutton/pkg-plist (limited to 'x11/wmbutton') diff --git a/x11/wmbutton/Makefile b/x11/wmbutton/Makefile new file mode 100644 index 000000000000..f35da4dfdc9d --- /dev/null +++ b/x11/wmbutton/Makefile @@ -0,0 +1,41 @@ +# New ports collection makefile for: wmbutton +# Version required: 0.4 +# Date created: 10 Apr 1999 +# Whom: Jim Mock +# +# $Id$ +# + +DISTNAME= wmbutton-0.4 +CATEGORIES= x11 windowmaker +MASTER_SITES= http://www-personal.ksu.edu/~ehflora/wmbutton/ + +MAINTAINER= jim@phrantic.phear.net + +LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm + +USE_X_PREFIX= yes + +do-build: + (cd ${WRKSRC} && make) + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/wmbutton ${PREFIX}/bin + +post-install: + @${ECHO} " " + @${ECHO} "----------------------------------------------------------------------" + @${ECHO} "===> Installing .wmbutton as ${PREFIX}/share/examples/wmbutton/wmbutton" + @${ECHO} "===> Modify if you wish and copy to ~/.wmbutton" + @${ECHO} "----------------------------------------------------------------------" + @${MKDIR} ${PREFIX}/share/examples/wmbutton && chmod a+rx ${PREFIX}/share/examples/wmbutton + ${INSTALL_DATA} ${WRKSRC}/.wmbutton ${PREFIX}/share/examples/wmbutton/wmbutton + @${ECHO} " " + @${ECHO} "-----------------------------------------------------------" + @${ECHO} "===> Installing README in ${PREFIX}/share/doc/wmbutton" + @${ECHO} "===> Please read it for usage instructions" + @${ECHO} "-----------------------------------------------------------" + @${MKDIR} ${PREFIX}/share/doc/wmbutton && chmod a+rx ${PREFIX}/share/doc/wmbutton + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/wmbutton + +.include diff --git a/x11/wmbutton/distinfo b/x11/wmbutton/distinfo new file mode 100644 index 000000000000..1108c117a74e --- /dev/null +++ b/x11/wmbutton/distinfo @@ -0,0 +1 @@ +MD5 (wmbutton-0.4.tar.gz) = 77b24ab49acfb667116d518d4bb99990 diff --git a/x11/wmbutton/files/patch-aa b/x11/wmbutton/files/patch-aa new file mode 100644 index 000000000000..9d5886bf304f --- /dev/null +++ b/x11/wmbutton/files/patch-aa @@ -0,0 +1,22 @@ +--- Makefile.orig Sat Apr 10 16:49:04 1999 ++++ Makefile Sat Apr 10 16:51:43 1999 +@@ -1,15 +1,15 @@ +-INCLUDES =-I/usr/X11R6/include/X11 -I/usr/local/include -I/usr/include/X11R6/X11 +-LIBINC =-L/usr/X11R6/lib -L/usr/include/lib ++INCLUDES =-I${X11BASE}/include/X11 -I${LOCALBASE}/include -I/${X11BASE}/include ++LIBINC =-L${X11BASE}/lib -L${LOCALBASE}/lib + LIBS = -lX11 -lXpm -lXext + + TARGET = wmbutton + OBJECTS = wmbutton.o readln.o + + .c.o: +- gcc -O2 -c -Wall ${INCLUDES} ${FLAGS} $< -o $*.o ++ ${CC} ${CFLAGS} -c -Wall ${INCLUDES} ${CFLAGS} $< -o $*.o + + ${TARGET}: ${OBJECTS} +- gcc -O2 -o ${TARGET} ${OBJECTS} ${LIBINC} ${LIBS} ++ ${CC} ${CFLAGS} -o ${TARGET} ${OBJECTS} ${LIBINC} ${LIBS} + + clean:: + for i in ${OBJECTS}; do if [ -e $$i ] ; then rm $$i; fi; done diff --git a/x11/wmbutton/pkg-comment b/x11/wmbutton/pkg-comment new file mode 100644 index 000000000000..356a80e1c753 --- /dev/null +++ b/x11/wmbutton/pkg-comment @@ -0,0 +1 @@ +A dockapp that displays 9 buttons to run apps of your choice. diff --git a/x11/wmbutton/pkg-descr b/x11/wmbutton/pkg-descr new file mode 100644 index 000000000000..14ce5a8a30f5 --- /dev/null +++ b/x11/wmbutton/pkg-descr @@ -0,0 +1,8 @@ +A 64x64 pixel application that displays nine buttons. +Each of these buttons can be configured via a configuration file to +run just about any application you'd like to. Basically, if you can +type it in a shell command, wmbutton can run it. It is based on wmcp, +by Ben Cohen. +- Jim + +http://www-personal.ksu.edu/~ehflora/wmbutton/index.html diff --git a/x11/wmbutton/pkg-plist b/x11/wmbutton/pkg-plist new file mode 100644 index 000000000000..559a5bfe00eb --- /dev/null +++ b/x11/wmbutton/pkg-plist @@ -0,0 +1,5 @@ +bin/wmbutton +share/examples/wmbutton/wmbutton +share/doc/wmbutton/README +@dirrm share/examples/wmbutton +@dirrm share/doc/wmbutton -- cgit v1.2.3