diff options
author | kevlo <kevlo@FreeBSD.org> | 2000-08-12 16:33:09 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2000-08-12 16:33:09 +0800 |
commit | 11e7e25c37c00930c48a0b70161461dbaf921675 (patch) | |
tree | 72138c0a96d4a5b790e20e62c6591e17e934eb0e /misc/wmcp/Makefile | |
parent | 5eb14c4fec978d3b456af9b344e351027a45a755 (diff) | |
download | freebsd-ports-graphics-11e7e25c37c00930c48a0b70161461dbaf921675.tar.gz freebsd-ports-graphics-11e7e25c37c00930c48a0b70161461dbaf921675.tar.zst freebsd-ports-graphics-11e7e25c37c00930c48a0b70161461dbaf921675.zip |
- Update MASTER_SITES and WWW:
- Support X11BASE properly
- Remove USE_GMAKE
- WindowMaker -> Window Maker
PR: 20546
Submitted by: Ports Fury
Diffstat (limited to 'misc/wmcp/Makefile')
-rw-r--r-- | misc/wmcp/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
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 |