summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-04-01 12:51:41 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-04-01 12:51:41 +0000
commitac3066bf75f468401e4a8243ba4ea731c187b370 (patch)
treee3a493de948df0105f48151974dbe8794e55fc20 /emulators
parentBy default, KEYWORDS is a copy of CATEGORIES. (diff)
Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
Notes
Notes: svn path=/head/; revision=1267
Diffstat (limited to 'emulators')
-rw-r--r--emulators/hfs/Makefile1
-rw-r--r--emulators/mtools/Makefile1
-rw-r--r--emulators/pcemu/Makefile3
-rw-r--r--emulators/tkhfs/Makefile1
-rw-r--r--emulators/wine-devel/Makefile1
-rw-r--r--emulators/wine/Makefile1
6 files changed, 7 insertions, 1 deletions
diff --git a/emulators/hfs/Makefile b/emulators/hfs/Makefile
index 58a8acbb1d97..7ab7df72c678 100644
--- a/emulators/hfs/Makefile
+++ b/emulators/hfs/Makefile
@@ -1,5 +1,6 @@
DISTNAME= hfs0_37
MASTER_SITES= ftp://ftp.obs-besancon.fr/pub/outgoing/
+CATEGORIES+= utilities
USE_GMAKE= yes
.include <bsd.port.mk>
diff --git a/emulators/mtools/Makefile b/emulators/mtools/Makefile
index 9335fdd11650..6972b7f1587e 100644
--- a/emulators/mtools/Makefile
+++ b/emulators/mtools/Makefile
@@ -1,5 +1,6 @@
DISTNAME= mtools-2.0.7
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
+CATEGORIES+= utilities
MAKE_FLAGS= PREFIX=${PREFIX}
MAKEFILE=
diff --git a/emulators/pcemu/Makefile b/emulators/pcemu/Makefile
index 4453713bfc14..090255ad9ed2 100644
--- a/emulators/pcemu/Makefile
+++ b/emulators/pcemu/Makefile
@@ -3,7 +3,7 @@
# Date created: 7 March 1995
# Whom: joerg
#
-# $Id: Makefile,v 1.1.1.1 1995/03/05 23:32:25 joerg Exp $
+# $Id: Makefile,v 1.1.1.1 1995/03/27 21:35:16 joerg Exp $
#
DISTNAME= pcemu1.01alpha
@@ -26,5 +26,6 @@ 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/
+CATEGORIES+= utilities emulation
.include <bsd.port.mk>
diff --git a/emulators/tkhfs/Makefile b/emulators/tkhfs/Makefile
index dfeb90b429db..b118aefb627e 100644
--- a/emulators/tkhfs/Makefile
+++ b/emulators/tkhfs/Makefile
@@ -1,5 +1,6 @@
DISTNAME= tkhfs
MASTER_SITES= ftp://ftp.obs-besancon.fr/pub/outgoing/
+CATEGORIES+= x11
EXEC_DEPENDS= hfs:${PORTSDIR}/utils/hfs
LIB_DEPENDS= tk\\.3\\.:${PORTSDIR}/x11/tk
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile
index 5f1e806b4f23..0a51b8bc6826 100644
--- a/emulators/wine-devel/Makefile
+++ b/emulators/wine-devel/Makefile
@@ -5,6 +5,7 @@
DISTNAME= Wine-950302
MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/ALPHA/wine/ \
+CATEGORIES+= utilities x11 emulation
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/ \
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index 5f1e806b4f23..0a51b8bc6826 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -5,6 +5,7 @@
DISTNAME= Wine-950302
MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/ALPHA/wine/ \
+CATEGORIES+= utilities x11 emulation
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/ \