aboutsummaryrefslogtreecommitdiff
path: root/sysutils/wmmon
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-07-10 01:32:58 +0000
committerSteve Price <steve@FreeBSD.org>2000-07-10 01:32:58 +0000
commit053c7f3c44b614efd9da593160c181add0f01d07 (patch)
tree47059e553ff13965ac80b342c88faf96ade89afd /sysutils/wmmon
parent5f5e85e8b9256b6ed11b87f45714b2ee7e8db22f (diff)
- Fix MASTER_SITES
- Supporrt X11BASE properly PR: 19765 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes: svn path=/head/; revision=30384
Diffstat (limited to 'sysutils/wmmon')
-rw-r--r--sysutils/wmmon/Makefile16
-rw-r--r--sysutils/wmmon/files/patch-aa4
2 files changed, 8 insertions, 12 deletions
diff --git a/sysutils/wmmon/Makefile b/sysutils/wmmon/Makefile
index bb012d36f941..3b3d682ad66b 100644
--- a/sysutils/wmmon/Makefile
+++ b/sysutils/wmmon/Makefile
@@ -1,6 +1,6 @@
-# New ports collection makefile for: wmmon
-# Date created: 27 November 1998
-# Whom: Kris Kennaway <kkennawa@physics.adelaide.edu.au>
+# New ports collection makefile for: wmmon
+# Date created: 27 November 1998
+# Whom: Kris Kennaway <kkennawa@physics.adelaide.edu.au>
#
# $FreeBSD$
#
@@ -8,19 +8,15 @@
PORTNAME= wmmon
PORTVERSION= 1.0b2
CATEGORIES= sysutils windowmaker
-MASTER_SITES= ftp://ftp.tecnogi.com/pub/linux/WindowMaker/ \
- http://www.physics.adelaide.edu.au/~kkennawa/ \
- ftp://ftp.deva.net/pub/sources/X11/windowmaker/dockapps/
+MASTER_SITES= http://linux.tucows.com/files/x11/dock/
MAINTAINER= sk-ports@vegamuse.org
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
-USE_X_PREFIX= yes
-
WRKSRC= ${WRKDIR}/wmmon.app/wmmon
-.include <bsd.port.pre.mk>
+USE_X_PREFIX= yes
.if !defined(NOPORTDOCS)
post-install:
@@ -28,4 +24,4 @@ post-install:
${INSTALL_MAN} ${WRKSRC}/../HINTS ${PREFIX}/share/doc/wmmon
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/sysutils/wmmon/files/patch-aa b/sysutils/wmmon/files/patch-aa
index cb023155c041..f1ade06b4e94 100644
--- a/sysutils/wmmon/files/patch-aa
+++ b/sysutils/wmmon/files/patch-aa
@@ -25,10 +25,10 @@
! #
! # Makefile for FreeBSD 3.x and 4.0 versions of wmmon
! #
-! LIBDIR = -L/usr/X11R6/lib
+! LIBDIR = -L${X11BASE}/lib
! LIBS = -lXpm -lXext -lX11 -lkvm -ldevstat
! CFLAGS ?= -O2
-! CFLAGS += -g -Wall -I/usr/X11R6/include
+! CFLAGS += -I${X11BASE}/include
! OBJS = wmmon.o \
! ../wmgeneral/wmgeneral.o \
! ../wmgeneral/misc.o \