aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-04-15 03:46:07 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-04-15 03:46:07 +0000
commit91552dc4b8e8dc93dc41e5aa4ccc3d7e924dd6ac (patch)
tree7fb39aa3f78592f94c2415ace02da97d31058a71 /emulators
parent30c64255c60ccb33f5d4988894005dc545e00c52 (diff)
downloadports-91552dc4b8e8dc93dc41e5aa4ccc3d7e924dd6ac.tar.gz
ports-91552dc4b8e8dc93dc41e5aa4ccc3d7e924dd6ac.zip
Another round of Makefile updates, in utils!
Notes
Notes: svn path=/head/; revision=1359
Diffstat (limited to 'emulators')
-rw-r--r--emulators/cpmtools/Makefile6
-rw-r--r--emulators/hfs/Makefile15
-rw-r--r--emulators/mtools/Makefile11
-rw-r--r--emulators/pcemu/Makefile6
-rw-r--r--emulators/wine-devel/Makefile5
-rw-r--r--emulators/wine/Makefile5
6 files changed, 41 insertions, 7 deletions
diff --git a/emulators/cpmtools/Makefile b/emulators/cpmtools/Makefile
index 703132ab3d61..9aa2ec2a89d7 100644
--- a/emulators/cpmtools/Makefile
+++ b/emulators/cpmtools/Makefile
@@ -3,13 +3,15 @@
# Date created: 25 December 1994
# Whom: joerg
#
-# $Id: Makefile,v 1.1.1.1 1994/12/28 11:53:41 joerg Exp $
+# $Id: Makefile,v 1.2 1995/04/01 13:48:34 joerg Exp $
#
DISTNAME= cpm-1.1
-WRKSRC= ${WRKDIR}/cpm
MAINTAINER= joerg@FreeBSD.org
+
+WRKSRC= ${WRKDIR}/cpm
+
#
# need our own build target to pass PREFIX down to the make command
#
diff --git a/emulators/hfs/Makefile b/emulators/hfs/Makefile
index c7d0f9fa1a06..463f1c7b9a87 100644
--- a/emulators/hfs/Makefile
+++ b/emulators/hfs/Makefile
@@ -1,9 +1,20 @@
+# New ports collection makefile for: hfs
+# Version required: 0.37
+# Date created: 17 November 1994
+# Whom: jmz
+#
+# $Id$
+#
+
DISTNAME= hfs0_37
-MASTER_SITES= ftp://ftp.obs-besancon.fr/pub/outgoing/
+PKGNAME= hfs-0.37
CATEGORIES+= utilities
-USE_GMAKE= yes
+MASTER_SITES= ftp://ftp.obs-besancon.fr/pub/outgoing/
+
MAINTAINER= jmz@FreeBSD.org
+USE_GMAKE= yes
+
.include <bsd.port.mk>
pre-install:
diff --git a/emulators/mtools/Makefile b/emulators/mtools/Makefile
index f49fa10ac917..9dc76fee5f35 100644
--- a/emulators/mtools/Makefile
+++ b/emulators/mtools/Makefile
@@ -1,6 +1,15 @@
+# New ports collection makefile for: mtools
+# Version required: 2.0.7
+# Date created: 5 October 1994
+# Whom: jmz
+#
+# $Id$
+#
+
DISTNAME= mtools-2.0.7
-MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
CATEGORIES+= utilities
+MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
+
MAINTAINER= jmz@FreeBSD.org
MAKE_FLAGS= PREFIX=${PREFIX}
diff --git a/emulators/pcemu/Makefile b/emulators/pcemu/Makefile
index 76733873f94f..86c970ef022c 100644
--- a/emulators/pcemu/Makefile
+++ b/emulators/pcemu/Makefile
@@ -3,10 +3,12 @@
# Date created: 7 March 1995
# Whom: joerg
#
-# $Id: Makefile,v 1.2 1995/04/01 12:50:21 jkh Exp $
+# $Id: Makefile,v 1.3 1995/04/01 13:48:38 joerg Exp $
#
DISTNAME= pcemu1.01alpha
+PKGNAME= pcemu-1.01a
+CATEGORIES+= utilities emulation
# Warning notice: by now, you'll have to live with those warnings:
#
@@ -26,7 +28,7 @@ MASTER_SITES+= ftp://ftp.iij.ad.jp/pub/linux/tsx-11/ALPHA/dosemu/Misc/
#
# This is the original master site, but better use a well-connected server
MASTER_SITES+= ftp://ftp.cs.bris.ac.uk/users/hedley/
+
MAINTAINER= joerg@FreeBSD.org
-CATEGORIES+= utilities emulation
.include <bsd.port.mk>
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile
index 1b7ca43bcc42..f81cd71f9139 100644
--- a/emulators/wine-devel/Makefile
+++ b/emulators/wine-devel/Makefile
@@ -1,15 +1,20 @@
# New ports collection makefile for: wine
# Version required: 950302
# Date created: Sun Feb 5 16:12:09 1995
+# Whom: hsu
+#
+# $Id$
#
DISTNAME= Wine-950302
+PKGNAME= Wine-95.03.02
CATEGORIES+= utilities x11 emulation
MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/ALPHA/wine/ \
ftp://aris.com/pub/linux/ALPHA/Wine/development/ \
ftp://tsx-11.mit.edu/pub/linux/ALPHA/Wine/development/ \
ftp://ftp.funet.fi/pub/OS/Linux/ALPHA/Wine/ \
ftp://ftp.wonderland.org/Wine/
+
WRKSRC= ${WRKDIR}/wine950302
USE_GMAKE= yes
HAS_CONFIGURE= yes
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index 1b7ca43bcc42..f81cd71f9139 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -1,15 +1,20 @@
# New ports collection makefile for: wine
# Version required: 950302
# Date created: Sun Feb 5 16:12:09 1995
+# Whom: hsu
+#
+# $Id$
#
DISTNAME= Wine-950302
+PKGNAME= Wine-95.03.02
CATEGORIES+= utilities x11 emulation
MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/ALPHA/wine/ \
ftp://aris.com/pub/linux/ALPHA/Wine/development/ \
ftp://tsx-11.mit.edu/pub/linux/ALPHA/Wine/development/ \
ftp://ftp.funet.fi/pub/OS/Linux/ALPHA/Wine/ \
ftp://ftp.wonderland.org/Wine/
+
WRKSRC= ${WRKDIR}/wine950302
USE_GMAKE= yes
HAS_CONFIGURE= yes