summaryrefslogtreecommitdiff
path: root/wm
diff options
context:
space:
mode:
authoragc <agc>2004-01-20 12:18:15 +0000
committeragc <agc>2004-01-20 12:18:15 +0000
commit1e53090cc228edde244c3b79950271b8ca469b1f (patch)
tree7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /wm
parent0bc53217fe50327f0f59e7136db15f92f75951d9 (diff)
downloadpkgsrc-1e53090cc228edde244c3b79950271b8ca469b1f.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'wm')
-rw-r--r--wm/9wm/Makefile4
-rw-r--r--wm/bbrun/Makefile4
-rw-r--r--wm/evilwm/Makefile4
-rw-r--r--wm/icepref/Makefile4
-rw-r--r--wm/icewmconf/Makefile4
-rw-r--r--wm/lwm/Makefile4
-rw-r--r--wm/olvwm/Makefile4
-rw-r--r--wm/oroborus/Makefile4
-rw-r--r--wm/tvtwm/Makefile4
-rw-r--r--wm/uwm/Makefile4
-rw-r--r--wm/wmthemes/Makefile4
11 files changed, 22 insertions, 22 deletions
diff --git a/wm/9wm/Makefile b/wm/9wm/Makefile
index e3e8e9e680b..8a6a4a631a7 100644
--- a/wm/9wm/Makefile
+++ b/wm/9wm/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.9 2003/07/17 22:55:08 grant Exp $
+# $NetBSD: Makefile,v 1.10 2004/01/20 12:27:34 agc Exp $
# FreeBSD Id: Makefile,v 1.4 1997/05/28 06:18:20 fenner Exp
#
DISTNAME= 9wm-1.1
PKGREVISION= 1
-WRKSRC= ${WRKDIR}
CATEGORIES= plan9 wm
MASTER_SITES= ftp://ftp.freefriends.org/arnold/Source/
EXTRACT_SUFX= .shar.gz
@@ -13,6 +12,7 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://dhog.g7.org/dhog/9wm.html
COMMENT= 8 1/2-like Window Manager for X
+WRKSRC= ${WRKDIR}
USE_IMAKE= yes
.include "../../mk/bsd.pkg.mk"
diff --git a/wm/bbrun/Makefile b/wm/bbrun/Makefile
index e12c91a60b9..dbb2ab0b206 100644
--- a/wm/bbrun/Makefile
+++ b/wm/bbrun/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2003/07/21 17:33:59 martti Exp $
+# $NetBSD: Makefile,v 1.7 2004/01/20 12:27:34 agc Exp $
DISTNAME= bbrun-1.3
PKGREVISION= 2
-WRKSRC= ${WRKDIR}/${DISTNAME}/bbrun
CATEGORIES= wm x11
MASTER_SITES= http://www.dwave.net/~jking/bbrun/
@@ -10,6 +9,7 @@ MAINTAINER= ptiJo@noos.fr
HOMEPAGE= http://www.dwave.net/~jking/bbrun/
COMMENT= Run utility for BlackBox
+WRKSRC= ${WRKDIR}/${DISTNAME}/bbrun
USE_BUILDLINK2= YES
USE_X11= YES
USE_GMAKE= YES
diff --git a/wm/evilwm/Makefile b/wm/evilwm/Makefile
index 7a0c187575b..8bd02c5778d 100644
--- a/wm/evilwm/Makefile
+++ b/wm/evilwm/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2003/12/03 17:40:25 sketch Exp $
+# $NetBSD: Makefile,v 1.10 2004/01/20 12:27:35 agc Exp $
#
DISTNAME= evilwm_0.99.17.orig
PKGNAME= ${DISTNAME:S/.orig//:S/_/-/}
-WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/}
CATEGORIES= wm x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=evilwm/}
@@ -11,6 +10,7 @@ MAINTAINER= sketch@NetBSD.org
HOMEPAGE= http://evilwm.sourceforge.net/
COMMENT= Minimalist Window Manager for X
+WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/}
USE_X11= YES
ALL_TARGET= allinone
diff --git a/wm/icepref/Makefile b/wm/icepref/Makefile
index 8ceb29ba825..3d19e999d6c 100644
--- a/wm/icepref/Makefile
+++ b/wm/icepref/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2004/01/03 18:49:54 reed Exp $
+# $NetBSD: Makefile,v 1.9 2004/01/20 12:27:35 agc Exp $
#
DISTNAME= icepref-1.1
PKGREVISION= 4
-WRKSRC= ${WRKDIR}/icepref
CATEGORIES= wm
MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/
@@ -12,6 +11,7 @@ MAINTAINER= ptiJo@noos.fr
#HOMEPAGE= http://members.xoom.com/SaintChoj/icepref.html
COMMENT= Graphical configuration utility for IceWM
+WRKSRC= ${WRKDIR}/icepref
USE_BUILDLINK2= yes
PYTHON_PATCH_SCRIPTS= icepref
diff --git a/wm/icewmconf/Makefile b/wm/icewmconf/Makefile
index 55b84b5e53e..f4d5fab5e82 100644
--- a/wm/icewmconf/Makefile
+++ b/wm/icewmconf/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2003/07/17 22:55:13 grant Exp $
+# $NetBSD: Makefile,v 1.6 2004/01/20 12:27:35 agc Exp $
DISTNAME= icewmconf-2.1.0
-WRKSRC= ${WRKDIR}
CATEGORIES= wm
MASTER_SITES= http://sdboyd.dyndns.org/icewmconf/
@@ -9,6 +8,7 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://sdboyd.dyndns.org/icewmconf/
COMMENT= Graphical configuration tool for IceWM
+WRKSRC= ${WRKDIR}
USE_BUILDLINK2= # defined
FILENAME= ${WRKDIR}/${DISTNAME:C/-.*//}
NO_BUILD= # defined
diff --git a/wm/lwm/Makefile b/wm/lwm/Makefile
index 1731fd2fcd2..ca57e198750 100644
--- a/wm/lwm/Makefile
+++ b/wm/lwm/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2003/07/17 22:55:14 grant Exp $
+# $NetBSD: Makefile,v 1.6 2004/01/20 12:27:35 agc Exp $
#
DISTNAME= lwm
PKGNAME= lwm-1.00
-WRKSRC= ${WRKDIR}/lwm-1.00
CATEGORIES= x11 wm
MASTER_SITES= http://users.ch.genedata.com/~enh/lwm/
@@ -11,6 +10,7 @@ MAINTAINER= jwise@NetBSD.org
HOMEPAGE= http://users.ch.genedata.com/~enh/lwm/
COMMENT= Lightweight Window Manager
+WRKSRC= ${WRKDIR}/lwm-1.00
DIST_SUBDIR= ${PKGNAME}
USE_IMAKE= YES
diff --git a/wm/olvwm/Makefile b/wm/olvwm/Makefile
index 539b2fe20f8..fcd4d08c575 100644
--- a/wm/olvwm/Makefile
+++ b/wm/olvwm/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.7 2003/03/29 12:42:46 jmmv Exp $
+# $NetBSD: Makefile,v 1.8 2004/01/20 12:27:35 agc Exp $
#
DISTNAME= olvwm4.src4
PKGNAME= olvwm-4.4
PKGREVISION= 1
-WRKSRC= ${WRKDIR}
CATEGORIES= x11 wm
MASTER_SITES= http://www.akula.com/~jadler/sdo/olvwm/
@@ -14,6 +13,7 @@ COMMENT= Open Look Virtual Window Manager
DEPENDS+= xview-clients>=3.2.1:../../x11/xview-clients
+WRKSRC= ${WRKDIR}
USE_BUILDLINK2= # defined
USE_IMAKE= # defined
USE_X11BASE= # defined
diff --git a/wm/oroborus/Makefile b/wm/oroborus/Makefile
index 102fbda5e07..74521f1a304 100644
--- a/wm/oroborus/Makefile
+++ b/wm/oroborus/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2003/08/28 20:05:22 xtraeme Exp $
+# $NetBSD: Makefile,v 1.7 2004/01/20 12:27:35 agc Exp $
#
DISTNAME= oroborus_2.0.12-1
PKGNAME= ${DISTNAME:S/_/-/:C/-.$//}
-WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
CATEGORIES= wm x11
MASTER_SITES= http://www.oroborus.org/debian/dists/sid/main/source/x11/
@@ -11,6 +10,7 @@ MAINTAINER= xtraeme@NetBSD.org
HOMEPAGE= http://www.oroborus.org/
COMMENT= Small and simple window manager for X
+WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
USE_BUILDLINK2= YES
GNU_CONFIGURE= YES
USE_X11= YES
diff --git a/wm/tvtwm/Makefile b/wm/tvtwm/Makefile
index ae97931de16..5e447282283 100644
--- a/wm/tvtwm/Makefile
+++ b/wm/tvtwm/Makefile
@@ -1,15 +1,15 @@
-# $NetBSD: Makefile,v 1.8 2003/07/17 22:55:17 grant Exp $
+# $NetBSD: Makefile,v 1.9 2004/01/20 12:27:35 agc Exp $
DISTNAME= tvtwm.pl11
PKGNAME= tvtwm-11
PKGREVISION= 1
-WRKSRC= ${WRKDIR}/tvtwm
CATEGORIES= x11 wm
MASTER_SITES= ${MASTER_SITE_XCONTRIB:=window_managers/}
MAINTAINER= tech-pkg@NetBSD.org
COMMENT= Classic twm with virtual desktop support
+WRKSRC= ${WRKDIR}/tvtwm
USE_BUILDLINK2= YES
USE_IMAKE= YES
diff --git a/wm/uwm/Makefile b/wm/uwm/Makefile
index 2be8a4cfc49..14c81b8ebf4 100644
--- a/wm/uwm/Makefile
+++ b/wm/uwm/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2003/07/17 22:55:17 grant Exp $
+# $NetBSD: Makefile,v 1.8 2004/01/20 12:27:35 agc Exp $
DISTNAME= X.V11R3uwm
PKGNAME= uwm-19881027
PKGREVISION= 1
-WRKSRC= ${WRKDIR}/X.V11R3/clients/uwm
CATEGORIES= x11 wm
MASTER_SITES= ${MASTER_SITE_LOCAL}
@@ -11,6 +10,7 @@ MAINTAINER= tech-pkg@NetBSD.org
#HOMEPAGE= http://www.x.org/
COMMENT= X11R3 window manager
+WRKSRC= ${WRKDIR}/X.V11R3/clients/uwm
USE_IMAKE= yes
post-patch:
diff --git a/wm/wmthemes/Makefile b/wm/wmthemes/Makefile
index fb60b613433..a0cd96e65c7 100644
--- a/wm/wmthemes/Makefile
+++ b/wm/wmthemes/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2004/01/04 17:24:06 tron Exp $
+# $NetBSD: Makefile,v 1.19 2004/01/20 12:27:35 agc Exp $
#
# There is no distinfo file because users can specify alternate themes
@@ -6,7 +6,6 @@
#
DISTNAME= wmthemes-0.80.0
-WRKSRC= ${WRKDIR}
CATEGORIES= x11 wm windowmaker
MASTER_SITES= http://download.themes.org/wm/
DISTFILES= ${THEME_FILES}
@@ -17,6 +16,7 @@ COMMENT= Themes for the window manager WindowMaker
DEPENDS+= windowmaker>=0.80.0nb1:../../wm/windowmaker
+WRKSRC= ${WRKDIR}
DIST_SUBDIR= wmthemes
USE_X11BASE= yes