diff options
author | wiz <wiz@pkgsrc.org> | 2001-07-08 18:11:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-07-08 18:11:59 +0000 |
commit | 73af0447cfbac6091486f6e24309210ed7a4b107 (patch) | |
tree | 4304041bdd69abbbe113b98d4cf3a6ec4e65d30a /emulators/darcnes/Makefile | |
parent | 365b2d33e0c7c32514e3084bf6d6f7c287fd4228 (diff) | |
download | pkgsrc-73af0447cfbac6091486f6e24309210ed7a4b107.tar.gz |
Update to 20010401.
Major changes since last pkgsrc version:
68k core fixes (still unused); sms/gg sprite renderer draws from tile cache;
completely new c blitters; preliminary MSX and SC3000 drivers.
Diffstat (limited to 'emulators/darcnes/Makefile')
-rw-r--r-- | emulators/darcnes/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/emulators/darcnes/Makefile b/emulators/darcnes/Makefile index b761873c7a7..d6bcd49122c 100644 --- a/emulators/darcnes/Makefile +++ b/emulators/darcnes/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.13 2001/02/17 18:38:16 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2001/07/08 18:11:59 wiz Exp $ -DISTNAME= dn9a1011 -PKGNAME= darcnes-20001011 +DISTNAME= dn9b0401 +PKGNAME= darcnes-20010401 WRKSRC= ${WRKDIR}/darcnes CATEGORIES= emulators -MASTER_SITES= http://www.netway.com/~nyef/ +MASTER_SITES= http://www.dridus.com/~nyef/darcnes/download/ EXTRACT_SUFX= .tgz MAINTAINER= wiz@netbsd.org |