summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
Diffstat (limited to 'emulators')
-rw-r--r--emulators/Cygne-SDL/Makefile3
-rw-r--r--emulators/NeoPop-SDL/Makefile3
-rw-r--r--emulators/aranym/Makefile3
-rw-r--r--emulators/arnold/Makefile3
-rw-r--r--emulators/blinkensim/Makefile4
-rw-r--r--emulators/dega/Makefile3
-rw-r--r--emulators/dgen/Makefile3
-rw-r--r--emulators/dosbox/Makefile3
-rw-r--r--emulators/fceu/Makefile3
-rw-r--r--emulators/fuse-utils/Makefile3
-rw-r--r--emulators/fuse/Makefile3
-rw-r--r--emulators/gcube/Makefile3
-rw-r--r--emulators/generator/Makefile4
-rw-r--r--emulators/gens/Makefile4
-rw-r--r--emulators/gnuboy-sdl/Makefile3
-rw-r--r--emulators/gpsim/Makefile4
-rw-r--r--emulators/hatari/Makefile3
-rw-r--r--emulators/libspectrum/Makefile3
-rw-r--r--emulators/libspectrum/buildlink3.mk3
-rw-r--r--emulators/openmsx/Makefile4
-rw-r--r--emulators/palmosemulator/Makefile4
-rw-r--r--emulators/pearpc/Makefile3
-rw-r--r--emulators/raine/Makefile3
-rw-r--r--emulators/rewind/Makefile4
-rw-r--r--emulators/stella/Makefile3
-rw-r--r--emulators/tme/Makefile4
-rw-r--r--emulators/tuxnes/Makefile3
-rw-r--r--emulators/uae/Makefile4
-rw-r--r--emulators/vba/Makefile3
-rw-r--r--emulators/vice/Makefile4
-rw-r--r--emulators/wine/Makefile3
-rw-r--r--emulators/wine/buildlink3.mk3
-rw-r--r--emulators/winelib/Makefile3
-rw-r--r--emulators/xmame/Makefile3
-rw-r--r--emulators/xmess/Makefile3
-rw-r--r--emulators/xtrs/Makefile3
-rw-r--r--emulators/zsnes/Makefile4
37 files changed, 74 insertions, 48 deletions
diff --git a/emulators/Cygne-SDL/Makefile b/emulators/Cygne-SDL/Makefile
index 716467cab4a..d637618c713 100644
--- a/emulators/Cygne-SDL/Makefile
+++ b/emulators/Cygne-SDL/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/07/23 19:01:40 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2004/10/03 00:14:40 tv Exp $
#
DISTNAME= Cygne-SDL-0.1-src
PKGNAME= ${DISTNAME:S/-src//}
+PKGREVISION= 1
CATEGORIES= emulators
MASTER_SITES= http://sdlemu.ngemu.com/OpenProjects/
diff --git a/emulators/NeoPop-SDL/Makefile b/emulators/NeoPop-SDL/Makefile
index be7c610f4e8..949b13b418c 100644
--- a/emulators/NeoPop-SDL/Makefile
+++ b/emulators/NeoPop-SDL/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2004/07/25 12:27:46 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2004/10/03 00:14:40 tv Exp $
#
DISTNAME= NeoPop-SDL-0.2
+PKGREVISION= 1
CATEGORIES= emulators
MASTER_SITES= http://www.nih.at/NeoPop-SDL/
EXTRACT_SUFX= .tar.bz2
diff --git a/emulators/aranym/Makefile b/emulators/aranym/Makefile
index 0805d98f13a..84bfb1177b4 100644
--- a/emulators/aranym/Makefile
+++ b/emulators/aranym/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2004/09/09 06:50:55 xtraeme Exp $
+# $NetBSD: Makefile,v 1.5 2004/10/03 00:14:40 tv Exp $
#
DISTNAME= aranym-0.8.9beta
+PKGREVISION= 1
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aranym/}
diff --git a/emulators/arnold/Makefile b/emulators/arnold/Makefile
index 68530595133..fe70962b4f3 100644
--- a/emulators/arnold/Makefile
+++ b/emulators/arnold/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2004/04/12 02:01:46 snj Exp $
+# $NetBSD: Makefile,v 1.5 2004/10/03 00:14:40 tv Exp $
#
DISTNAME= arnsrc27012002
PKGNAME= arnold-20020127
+PKGREVISION= 1
CATEGORIES= emulators
MASTER_SITES= http://arnold.emuunlim.com/download/
EXTRACT_SUFX= .zip
diff --git a/emulators/blinkensim/Makefile b/emulators/blinkensim/Makefile
index a107b128722..4358bbf7162 100644
--- a/emulators/blinkensim/Makefile
+++ b/emulators/blinkensim/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2004/04/16 04:09:19 salo Exp $
+# $NetBSD: Makefile,v 1.4 2004/10/03 00:14:40 tv Exp $
#
DISTNAME= blinkensim-2.2
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= emulators graphics
MASTER_SITES= http://sven.gimp.org/blinkenlights/old/
diff --git a/emulators/dega/Makefile b/emulators/dega/Makefile
index 61b53d36581..64d2c5863a9 100644
--- a/emulators/dega/Makefile
+++ b/emulators/dega/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2004/04/12 02:03:56 snj Exp $
+# $NetBSD: Makefile,v 1.5 2004/10/03 00:14:40 tv Exp $
#
DISTNAME= dega-1.07
+PKGREVISION= 1
CATEGORIES= emulators
MASTER_SITES= http://www.emulinks.de/emus/
diff --git a/emulators/dgen/Makefile b/emulators/dgen/Makefile
index e239d2c7686..ccf39fb3d2c 100644
--- a/emulators/dgen/Makefile
+++ b/emulators/dgen/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2004/04/11 17:14:26 snj Exp $
+# $NetBSD: Makefile,v 1.4 2004/10/03 00:14:40 tv Exp $
#
DISTNAME= dgen-sdl-1.23
+PKGREVISION= 1
CATEGORIES= emulators
MASTER_SITES= http://www.pknet.com/~joe/
diff --git a/emulators/dosbox/Makefile b/emulators/dosbox/Makefile
index 63337a6426d..948a5c23658 100644
--- a/emulators/dosbox/Makefile
+++ b/emulators/dosbox/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2004/10/01 00:09:17 xtraeme Exp $
+# $NetBSD: Makefile,v 1.9 2004/10/03 00:14:40 tv Exp $
#
DISTNAME= dosbox-0.62
+PKGREVISION= 1
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dosbox/}
diff --git a/emulators/fceu/Makefile b/emulators/fceu/Makefile
index 078c5135815..c3fb9f9f458 100644
--- a/emulators/fceu/Makefile
+++ b/emulators/fceu/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2004/08/15 20:24:21 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2004/10/03 00:14:40 tv Exp $
#
DISTNAME= fceu-0.98.11.src
PKGNAME= ${DISTNAME:S/.src//}
+PKGREVISION= 1
CATEGORIES= emulators
MASTER_SITES= http://fceultra.sourceforge.net/releases/
EXTRACT_SUFX= .tar.bz2
diff --git a/emulators/fuse-utils/Makefile b/emulators/fuse-utils/Makefile
index 9fe5d63cdb4..1649781d509 100644
--- a/emulators/fuse-utils/Makefile
+++ b/emulators/fuse-utils/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2004/07/20 13:13:55 adam Exp $
+# $NetBSD: Makefile,v 1.7 2004/10/03 00:14:40 tv Exp $
DISTNAME= fuse-utils-0.7.0
+PKGREVISION= 1
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fuse-emulator/}
diff --git a/emulators/fuse/Makefile b/emulators/fuse/Makefile
index bfe716435b7..69837798934 100644
--- a/emulators/fuse/Makefile
+++ b/emulators/fuse/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2004/07/20 13:12:15 adam Exp $
+# $NetBSD: Makefile,v 1.12 2004/10/03 00:14:40 tv Exp $
DISTNAME= fuse-0.7.0
+PKGREVISION= 1
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fuse-emulator/}
diff --git a/emulators/gcube/Makefile b/emulators/gcube/Makefile
index ea697a2363b..198e95b13e1 100644
--- a/emulators/gcube/Makefile
+++ b/emulators/gcube/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2004/07/17 16:46:03 kristerw Exp $
+# $NetBSD: Makefile,v 1.3 2004/10/03 00:14:40 tv Exp $
#
DISTNAME= gcube-v0.2-src
PKGNAME= gcube-0.2
+PKGREVISION= 1
CATEGORIES= emulators
MASTER_SITES= http://gcube.exemu.net/downloads/
EXTRACT_SUFX= .tar.bz2
diff --git a/emulators/generator/Makefile b/emulators/generator/Makefile
index 5cc0dfdfea6..44d70ce67ac 100644
--- a/emulators/generator/Makefile
+++ b/emulators/generator/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2004/04/12 02:08:40 snj Exp $
+# $NetBSD: Makefile,v 1.12 2004/10/03 00:14:40 tv Exp $
#
DISTNAME= generator-0.34
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= emulators
MASTER_SITES= http://www.squish.net/generator/files/
diff --git a/emulators/gens/Makefile b/emulators/gens/Makefile
index 89f97af8bc9..f41b38564fa 100644
--- a/emulators/gens/Makefile
+++ b/emulators/gens/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2004/08/15 12:13:53 dillo Exp $
+# $NetBSD: Makefile,v 1.3 2004/10/03 00:14:40 tv Exp $
#
DISTNAME= gens-rc3
PKGNAME= gens-2.12rc3
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gens/}
diff --git a/emulators/gnuboy-sdl/Makefile b/emulators/gnuboy-sdl/Makefile
index 2834cd83ac2..6e30e327fb1 100644
--- a/emulators/gnuboy-sdl/Makefile
+++ b/emulators/gnuboy-sdl/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/07/26 17:05:05 dillo Exp $
+# $NetBSD: Makefile,v 1.2 2004/10/03 00:14:40 tv Exp $
DISTNAME= gnuboy-1.0.3
PKGNAME= ${DISTNAME:S/-/-sdl-/}
+PKGREVISION= 1
CATEGORIES= emulators
MASTER_SITES= http://gnuboy.unix-fu.org/src/
diff --git a/emulators/gpsim/Makefile b/emulators/gpsim/Makefile
index 79f45662eb4..f8726d6d71a 100644
--- a/emulators/gpsim/Makefile
+++ b/emulators/gpsim/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2004/05/02 20:08:14 bouyer Exp $
+# $NetBSD: Makefile,v 1.14 2004/10/03 00:14:40 tv Exp $
#
DISTNAME= gpsim-0.21.2
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= emulators
MASTER_SITES= http://www.dattalo.com/gnupic/
diff --git a/emulators/hatari/Makefile b/emulators/hatari/Makefile
index 1f8b811c50a..a842ee4ffce 100644
--- a/emulators/hatari/Makefile
+++ b/emulators/hatari/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2004/04/12 02:12:41 snj Exp $
+# $NetBSD: Makefile,v 1.11 2004/10/03 00:14:40 tv Exp $
#
DISTNAME= hatari-0.45
+PKGREVISION= 1
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hatari/}
diff --git a/emulators/libspectrum/Makefile b/emulators/libspectrum/Makefile
index 39c8f0e6139..e9b8397df7a 100644
--- a/emulators/libspectrum/Makefile
+++ b/emulators/libspectrum/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2004/07/20 13:11:25 adam Exp $
+# $NetBSD: Makefile,v 1.12 2004/10/03 00:14:40 tv Exp $
DISTNAME= libspectrum-0.2.2
+PKGREVISION= 1
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fuse-emulator/}
diff --git a/emulators/libspectrum/buildlink3.mk b/emulators/libspectrum/buildlink3.mk
index 7932e713200..6243bf0027c 100644
--- a/emulators/libspectrum/buildlink3.mk
+++ b/emulators/libspectrum/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.4 2004/07/20 13:11:25 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.5 2004/10/03 00:14:40 tv Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
LIBSPECTRUM_BUILDLINK3_MK:= ${LIBSPECTRUM_BUILDLINK3_MK}+
@@ -12,6 +12,7 @@ BUILDLINK_PACKAGES+= libspectrum
.if !empty(LIBSPECTRUM_BUILDLINK3_MK:M+)
BUILDLINK_DEPENDS.libspectrum+= libspectrum>=0.2.2
+BUILDLINK_RECOMMENDED.libspectrum+= libspectrum>=0.2.2nb1
BUILDLINK_PKGSRCDIR.libspectrum?= ../../emulators/libspectrum
.endif # LIBSPECTRUM_BUILDLINK3_MK
diff --git a/emulators/openmsx/Makefile b/emulators/openmsx/Makefile
index fe17c0b4343..51f0c044fee 100644
--- a/emulators/openmsx/Makefile
+++ b/emulators/openmsx/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2004/06/05 18:50:59 xtraeme Exp $
+# $NetBSD: Makefile,v 1.4 2004/10/03 00:14:40 tv Exp $
#
DISTNAME= openmsx-0.4.0
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=openmsx/}
diff --git a/emulators/palmosemulator/Makefile b/emulators/palmosemulator/Makefile
index 95ece4af5fc..3906351a50d 100644
--- a/emulators/palmosemulator/Makefile
+++ b/emulators/palmosemulator/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.14 2004/08/16 12:54:14 dsainty Exp $
+# $NetBSD: Makefile,v 1.15 2004/10/03 00:14:40 tv Exp $
#
DISTNAME= emulator_src_${POSE_VERSION}
PKGNAME= palmosemulator-${POSE_VERSION}
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= emulators x11
MASTER_SITES= http://www.palmos.com/dev/tools/emulator/sources/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
diff --git a/emulators/pearpc/Makefile b/emulators/pearpc/Makefile
index 96caecc6a49..8ee9b22c4d6 100644
--- a/emulators/pearpc/Makefile
+++ b/emulators/pearpc/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2004/09/30 22:59:47 xtraeme Exp $
+# $NetBSD: Makefile,v 1.3 2004/10/03 00:14:40 tv Exp $
#
DISTNAME= pearpc-0.3.1
+PKGREVISION= 1
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pearpc/}
EXTRACT_SUFX= .tar.bz2
diff --git a/emulators/raine/Makefile b/emulators/raine/Makefile
index 20c5069b7f3..f4816b1332d 100644
--- a/emulators/raine/Makefile
+++ b/emulators/raine/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2004/06/05 18:55:39 xtraeme Exp $
+# $NetBSD: Makefile,v 1.6 2004/10/03 00:14:41 tv Exp $
#
DISTNAME= raines-0.40.2
PKGNAME= ${DISTNAME:S/raines/raine/}
+PKGREVISION= 1
CATEGORIES= emulators
MASTER_SITES= http://www.rainemu.com/html/archive/
EXTRACT_SUFX= .tar.bz2
diff --git a/emulators/rewind/Makefile b/emulators/rewind/Makefile
index 08d7198a73b..675af4813e3 100644
--- a/emulators/rewind/Makefile
+++ b/emulators/rewind/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2004/10/01 10:37:33 grant Exp $
+# $NetBSD: Makefile,v 1.13 2004/10/03 00:14:41 tv Exp $
DISTNAME= rewind-20020420
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_LOCAL}
EXTRACT_SUFX= .tar.bz2
diff --git a/emulators/stella/Makefile b/emulators/stella/Makefile
index 685826cdf99..aee7d2cf871 100644
--- a/emulators/stella/Makefile
+++ b/emulators/stella/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.19 2004/08/16 22:23:58 dillo Exp $
+# $NetBSD: Makefile,v 1.20 2004/10/03 00:14:41 tv Exp $
STELLA_VERSION= 1.4.1
DISTNAME= stella-${STELLA_VERSION}-src
PKGNAME= stella-${STELLA_VERSION}
+PKGREVISION= 1
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=stella/}
diff --git a/emulators/tme/Makefile b/emulators/tme/Makefile
index 84cbfcad40e..6294c69c475 100644
--- a/emulators/tme/Makefile
+++ b/emulators/tme/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2004/04/19 00:36:28 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2004/10/03 00:14:41 tv Exp $
#
DISTNAME= tme-0.2
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= emulators
MASTER_SITES= http://theory.lcs.mit.edu/~fredette/tme/
diff --git a/emulators/tuxnes/Makefile b/emulators/tuxnes/Makefile
index 5fb1fb44da8..81c5856b899 100644
--- a/emulators/tuxnes/Makefile
+++ b/emulators/tuxnes/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/07/19 20:29:37 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2004/10/03 00:14:41 tv Exp $
#
DISTNAME= tuxnes-0.75
+PKGREVISION= 1
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tuxnes/}
diff --git a/emulators/uae/Makefile b/emulators/uae/Makefile
index c9e0a399c29..269ea3e6922 100644
--- a/emulators/uae/Makefile
+++ b/emulators/uae/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.32 2004/08/02 15:56:36 kristerw Exp $
+# $NetBSD: Makefile,v 1.33 2004/10/03 00:14:41 tv Exp $
DISTNAME= uae-0.8.22
-PKGREVISION= 1
+PKGREVISION= 2
PKGNAME= ${DISTNAME}
CATEGORIES= emulators
MASTER_SITES= http://www.freiburg.linux.de/~uae/bin/sources/develop/
diff --git a/emulators/vba/Makefile b/emulators/vba/Makefile
index 486737b574c..00ff64ba919 100644
--- a/emulators/vba/Makefile
+++ b/emulators/vba/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2004/03/07 05:38:54 snj Exp $
+# $NetBSD: Makefile,v 1.7 2004/10/03 00:14:41 tv Exp $
DISTNAME= VisualBoyAdvance-src-1.6a
PKGNAME= vba-1.6.0.1
+PKGREVISION= 1
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=vba/}
EXTRACT_SUFX= .zip
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile
index 89eef5ae792..0e7b80d6da2 100644
--- a/emulators/vice/Makefile
+++ b/emulators/vice/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.51 2004/09/01 23:07:57 wiz Exp $
+# $NetBSD: Makefile,v 1.52 2004/10/03 00:14:41 tv Exp $
#
DISTNAME= vice-1.15
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= emulators
MASTER_SITES= ftp://ftp.funet.fi/pub/cbm/crossplatform/emulators/VICE/ \
http://www.nic.funet.fi/pub/cbm/crossplatform/emulators/VICE/
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index 7560172b998..891be16531f 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.74 2004/10/01 10:37:33 grant Exp $
+# $NetBSD: Makefile,v 1.75 2004/10/03 00:14:41 tv Exp $
#
DISTNAME= Wine-20040505
PKGNAME= ${DISTNAME:S/W/w/}
+PKGREVISION= 1
CATEGORIES= emulators
MASTER_SITES= http://www.ibiblio.org/pub/Linux/ALPHA/wine/development/ \
${MASTER_SITE_SOURCEFORGE:=wine/} \
diff --git a/emulators/wine/buildlink3.mk b/emulators/wine/buildlink3.mk
index b2a47d11827..cfd63100b55 100644
--- a/emulators/wine/buildlink3.mk
+++ b/emulators/wine/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1 2004/04/04 13:55:15 recht Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2004/10/03 00:14:41 tv Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
WINE_BUILDLINK3_MK:= ${WINE_BUILDLINK3_MK}+
@@ -12,6 +12,7 @@ BUILDLINK_PACKAGES+= wine
.if !empty(WINE_BUILDLINK3_MK:M+)
BUILDLINK_DEPENDS.wine+= wine>=20040309
+BUILDLINK_RECOMMENDED.wine+= wine>=20040505nb1
BUILDLINK_PKGSRCDIR.wine?= ../../emulators/wine
.endif # WINE_BUILDLINK3_MK
diff --git a/emulators/winelib/Makefile b/emulators/winelib/Makefile
index c9f3fdec017..7e45803ab30 100644
--- a/emulators/winelib/Makefile
+++ b/emulators/winelib/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2004/07/03 22:35:30 recht Exp $
+# $NetBSD: Makefile,v 1.5 2004/10/03 00:14:41 tv Exp $
#
DISTNAME= winelib-0.3
+PKGREVISION= 1
CATEGORIES= emulators
MASTER_SITES= http://mono2.ximian.com/archive/1.0/
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile
index ed1151e42fe..94d0b09327e 100644
--- a/emulators/xmame/Makefile
+++ b/emulators/xmame/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.118 2004/09/05 20:40:26 kristerw Exp $
+# $NetBSD: Makefile,v 1.119 2004/10/03 00:14:41 tv Exp $
#
DISTNAME= xmame-0.86
+PKGREVISION= 1
CATEGORIES= emulators games x11
MASTER_SITES= http://x.mame.net/download/
EXTRACT_SUFX= .tar.bz2
diff --git a/emulators/xmess/Makefile b/emulators/xmess/Makefile
index e0db469e848..a443ac29545 100644
--- a/emulators/xmess/Makefile
+++ b/emulators/xmess/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.58 2004/09/05 20:41:18 kristerw Exp $
+# $NetBSD: Makefile,v 1.59 2004/10/03 00:14:41 tv Exp $
#
DISTNAME= xmame-0.86
PKGNAME= xmess-0.86
+PKGREVISION= 1
CATEGORIES= emulators games x11
MASTER_SITES= http://x.mame.net/download/
EXTRACT_SUFX= .tar.bz2
diff --git a/emulators/xtrs/Makefile b/emulators/xtrs/Makefile
index 24e0b188eaf..3e2b9c855be 100644
--- a/emulators/xtrs/Makefile
+++ b/emulators/xtrs/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/09/25 16:26:47 uebayasi Exp $
+# $NetBSD: Makefile,v 1.2 2004/10/03 00:14:41 tv Exp $
#
DISTNAME= xtrs-4.9
+PKGREVISION= 1
CATEGORIES= emulators
MASTER_SITES= http://www.tim-mann.org/trs80/
diff --git a/emulators/zsnes/Makefile b/emulators/zsnes/Makefile
index 497c1f18a19..cb9d18a1773 100644
--- a/emulators/zsnes/Makefile
+++ b/emulators/zsnes/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.20 2004/06/29 02:33:52 snj Exp $
+# $NetBSD: Makefile,v 1.21 2004/10/03 00:14:41 tv Exp $
#
DISTNAME= zsnes136src
PKGNAME= zsnes-1.360
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=zsnes/}