From 57c2b7e65b333233778ea6a2bfb7d6c89189c449 Mon Sep 17 00:00:00 2001 From: Kevin Lo Date: Sat, 12 Aug 2000 08:33:09 +0000 Subject: - Update MASTER_SITES and WWW: - Support X11BASE properly - Remove USE_GMAKE - WindowMaker -> Window Maker PR: 20546 Submitted by: Ports Fury --- misc/wmcp/Makefile | 10 ++-------- misc/wmcp/files/patch-aa | 14 ++++++++------ misc/wmcp/pkg-comment | 2 +- misc/wmcp/pkg-descr | 2 +- 4 files changed, 12 insertions(+), 16 deletions(-) (limited to 'misc') diff --git a/misc/wmcp/Makefile b/misc/wmcp/Makefile index ec55329a0969..816dfa910286 100644 --- a/misc/wmcp/Makefile +++ b/misc/wmcp/Makefile @@ -8,19 +8,13 @@ PORTNAME= wmcp PORTVERSION= 1.2.8 CATEGORIES= misc windowmaker -MASTER_SITES= http://users.linuxbox.com/~bac/src/wmcp/ +MASTER_SITES= http://users.linuxave.net/~bac/src/wmcp/ MAINTAINER= jim@FreeBSD.org -USE_GMAKE= yes USE_X_PREFIX= yes USE_XPM= yes - -pre-build: - (cd ${WRKSRC} && ${GMAKE} clean) - -do-build: - (cd ${WRKSRC} && ${GMAKE}) +ALL_TARGET= clean wmcp do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wmcp ${PREFIX}/bin diff --git a/misc/wmcp/files/patch-aa b/misc/wmcp/files/patch-aa index 2d916b22a8e0..5465a9235164 100644 --- a/misc/wmcp/files/patch-aa +++ b/misc/wmcp/files/patch-aa @@ -1,19 +1,21 @@ ---- Makefile.orig Thu May 27 00:17:20 1999 -+++ Makefile Tue Jun 29 10:07:22 1999 -@@ -1,6 +1,6 @@ +--- Makefile.orig Thu May 27 16:17:20 1999 ++++ Makefile Fri Aug 11 02:28:17 2000 +@@ -1,7 +1,7 @@ -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 +-LIBINC =-L/usr/X11R6/lib -L/usr/include/lib ++INCLUDES = -I${X11BASE}/include/X11 -I${X11BASE}/include ++LIBINC = -L${X11BASE}/lib LIBS = -lm -lX11 -lXpm -lXext + TARGET = wmcp @@ -31,10 +31,10 @@ ################################################################### ${OBJECTS}: ${SOURCE} - gcc -g -c -Wall ${INCLUDES} ${FLAGS} $< -o $*.o -+ ${CC} ${CFLAGS} -c -Wall ${INCLUDES} ${FLAGS} $< -o $*.o ++ ${CC} ${CFLAGS} -c ${INCLUDES} ${FLAGS} $< -o $@ ${TARGET}: ${OBJECTS} - gcc -g -o ${TARGET} ${OBJECTS} ${LIBINC} ${LIBS} diff --git a/misc/wmcp/pkg-comment b/misc/wmcp/pkg-comment index 77e510b83f33..9ae513d0f161 100644 --- a/misc/wmcp/pkg-comment +++ b/misc/wmcp/pkg-comment @@ -1 +1 @@ -A dockable pager for WindowMaker +A dockable pager for Window Maker diff --git a/misc/wmcp/pkg-descr b/misc/wmcp/pkg-descr index 63eae1091869..26a605ee0b6b 100644 --- a/misc/wmcp/pkg-descr +++ b/misc/wmcp/pkg-descr @@ -3,6 +3,6 @@ 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: http://www.linuxbox.com/~bac/ +WWW: http://www.linuxave.net/~bac/ - Jim -- cgit v1.2.3