From 11e7e25c37c00930c48a0b70161461dbaf921675 Mon Sep 17 00:00:00 2001 From: kevlo 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 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'misc/wmcp/Makefile') diff --git a/misc/wmcp/Makefile b/misc/wmcp/Makefile index ec55329a096..816dfa91028 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 -- cgit