aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--astro/xphoon/Makefile11
-rw-r--r--sysutils/xperfmon/Makefile7
-rw-r--r--sysutils/xperfmon3/Makefile7
-rw-r--r--x11-toolkits/xview-clients/Makefile10
-rw-r--r--x11-toolkits/xview/Makefile17
-rw-r--r--x11/xlockmore/Makefile16
-rw-r--r--x11/xsnow/Makefile16
7 files changed, 56 insertions, 28 deletions
diff --git a/astro/xphoon/Makefile b/astro/xphoon/Makefile
index 36b8679bade6..d1e777df5a0a 100644
--- a/astro/xphoon/Makefile
+++ b/astro/xphoon/Makefile
@@ -3,14 +3,17 @@
# Date created: 14 February 1995
# Whom: asami
#
-# $Id: Makefile,v 1.2 1995/03/24 11:12:06 asami Exp $
+# $Id: Makefile,v 1.3 1995/04/01 12:51:36 jkh Exp $
#
DISTNAME= xphoon
-USE_IMAKE= yes
-MASTER_SITES= ftp://gatekeeper.dec.com/pub/X11//R5-contrib/
+PKGNAME= xphoon-91.9.18
CATEGORIES+= x11
-MAINTAINER= asami@FreeBSD.ORG
+MASTER_SITES= ftp://gatekeeper.dec.com/pub/X11//R5-contrib/
EXTRACT_SUFX= .tar.Z
+MAINTAINER= asami@FreeBSD.ORG
+
+USE_IMAKE= yes
+
.include <bsd.port.mk>
diff --git a/sysutils/xperfmon/Makefile b/sysutils/xperfmon/Makefile
index ec30198874f4..fefa76e18091 100644
--- a/sysutils/xperfmon/Makefile
+++ b/sysutils/xperfmon/Makefile
@@ -3,18 +3,17 @@
# Date created: 8 March 95
# Whom: Lars Koeller <lars.koeller@odie.physik2.uni-rostock.de>
#
-# $Id: Makefile,v 1.1.1.1 1995/03/29 11:32:55 jmz Exp $
+# $Id: Makefile,v 1.2 1995/04/01 12:51:34 jkh Exp $
#
DISTNAME= xperfmon++
+PKGNAME= xperfmon++-1.1
USE_IMAKE= yes
+CATEGORIES+= x11
# In Germany try this
# MASTER_SITES= ftp://odie.physik2.uni-rostock.de/pub/
-CATEGORIES+= x11
MASTER_SITES= ftp://proteus.arc.nasa.gov/pub/
-CATEGORIES+= x11
DISTFILES= xperfmon++v1.1.tar.Z
-EXTRACT_ONLY= xperfmon++v1.1.tar.Z
.include <bsd.port.mk>
diff --git a/sysutils/xperfmon3/Makefile b/sysutils/xperfmon3/Makefile
index ec30198874f4..fefa76e18091 100644
--- a/sysutils/xperfmon3/Makefile
+++ b/sysutils/xperfmon3/Makefile
@@ -3,18 +3,17 @@
# Date created: 8 March 95
# Whom: Lars Koeller <lars.koeller@odie.physik2.uni-rostock.de>
#
-# $Id: Makefile,v 1.1.1.1 1995/03/29 11:32:55 jmz Exp $
+# $Id: Makefile,v 1.2 1995/04/01 12:51:34 jkh Exp $
#
DISTNAME= xperfmon++
+PKGNAME= xperfmon++-1.1
USE_IMAKE= yes
+CATEGORIES+= x11
# In Germany try this
# MASTER_SITES= ftp://odie.physik2.uni-rostock.de/pub/
-CATEGORIES+= x11
MASTER_SITES= ftp://proteus.arc.nasa.gov/pub/
-CATEGORIES+= x11
DISTFILES= xperfmon++v1.1.tar.Z
-EXTRACT_ONLY= xperfmon++v1.1.tar.Z
.include <bsd.port.mk>
diff --git a/x11-toolkits/xview-clients/Makefile b/x11-toolkits/xview-clients/Makefile
index 4bb790910fa3..ddd6dc803c33 100644
--- a/x11-toolkits/xview-clients/Makefile
+++ b/x11-toolkits/xview-clients/Makefile
@@ -1,4 +1,14 @@
+# New ports collection makefile for: xview-clients
+# Version required: 3.2p1-X11R6
+# Date created: 22 November 1994
+# Whom: ljo
+#
+# $Id$
+#
+
DISTNAME= xview-clients
+PKGNAME= xview-clients-3.2.1
+
DEPENDS= ../xview-lib
WRKDIR= ../xview-config/work/xview3.2p1-X11R6/clients
WRKSRC= ../xview-config/work/xview3.2p1-X11R6/clients
diff --git a/x11-toolkits/xview/Makefile b/x11-toolkits/xview/Makefile
index 458a8ef1509e..56597c771799 100644
--- a/x11-toolkits/xview/Makefile
+++ b/x11-toolkits/xview/Makefile
@@ -1,11 +1,20 @@
+# New ports collection makefile for: xview-config
+# Version required: 3.2p1-X11R6
+# Date created: 22 November 1994
+# Whom: ljo
+#
+# $Id$
+#
+
DISTNAME= xview-config
-USE_IMAKE= yes
-MASTER_SITES= ftp://ftp.x.org/contrib/libraries/
+PKGNAME= xview-config-3.2.1
CATEGORIES+= x11
-EXTRACT_SUFX= .tar.gz
-WRKSRC= work/xview3.2p1-X11R6/config
+MASTER_SITES= ftp://ftp.x.org/contrib/libraries/
DISTFILES= xview3.2p1-X11R6.tar.gz
+WRKSRC= work/xview3.2p1-X11R6/config
+USE_IMAKE= yes
+
build:
.include <bsd.port.mk>
diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile
index 096e9a9d82df..44518982688a 100644
--- a/x11/xlockmore/Makefile
+++ b/x11/xlockmore/Makefile
@@ -1,20 +1,18 @@
# New ports collection makefile for: xlockmore
# Version required: 2.7
+# Date created: 9 November 1994
+# Whom: smace
#
# $id: Makefile,v 1.0 1994/11/09 00:00:00 smace Exp $
#
DISTNAME= xlockmore-2.7
-XMKMF= xmkmf -a
-USE_IMAKE= yes
-
-MASTER_SITES= ftp://gatekeeper.dec.com//pub/X11/contrib/
-CATEGORIES+= x11
-MASTER_SITES+= ftp://ftp.x.org/contrib/applications/
-CATEGORIES+= x11
-MASTER_SITES+= ftp://ftp.germany.eu.net/pub/X11/XConsortium/contrib
CATEGORIES+= x11
-WRKSRC= ${WRKDIR}/xlockmore
+MASTER_SITES= ftp://gatekeeper.dec.com//pub/X11/contrib/ \
+ ftp://ftp.x.org/contrib/applications/ \
+ ftp://ftp.germany.eu.net/pub/X11/XConsortium/contrib
+WRKSRC= ${WRKDIR}/xlockmore
+USE_IMAKE= yes
.include <bsd.port.mk>
diff --git a/x11/xsnow/Makefile b/x11/xsnow/Makefile
index 2d621220399f..86987e5e9451 100644
--- a/x11/xsnow/Makefile
+++ b/x11/xsnow/Makefile
@@ -1,10 +1,20 @@
+# New ports collection makefile for: xsnow
+# Version required: 1.39
+# Date created: 12 November 1994
+# Whom: jmz
+#
+# $Id$
+#
+
DISTNAME= xsnow-1.39
-DISTFILES= xsnow-1.39.tar.Z
-USE_IMAKE= yes
-MASTER_SITES= ftp://ftp.x.org/contrib/games/
CATEGORIES+= x11
+MASTER_SITES= ftp://ftp.x.org/contrib/games/
+DISTFILES= xsnow-1.39.tar.Z
+
MAINTAINER= jmz@FreeBSD.org
+USE_IMAKE= yes
+
pre-install:
@mkdir -p ${PREFIX}/bin
@mkdir -p ${PREFIX}/man/man6