diff options
author | adam <adam@pkgsrc.org> | 2005-10-26 08:32:59 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-10-26 08:32:59 +0000 |
commit | 9dfb33857012c52623d81a6610edd298b0114244 (patch) | |
tree | a2edb315cdfc35d99205bc7692905f18d3efbaf6 /emulators/wine/Makefile | |
parent | d5ca1055c5739688450b0b695f24e37c0f2f5c9c (diff) | |
download | pkgsrc-9dfb33857012c52623d81a6610edd298b0114244.tar.gz |
Changes 0.9:
This is release 0.9 of Wine, a free implementation of Windows on Unix.
After 12 years of development, this release marks the beginning of the
beta testing phase. Everybody is encouraged to try it; while there
are still bugs, most applications are expected to at least install and
do something useful.
Diffstat (limited to 'emulators/wine/Makefile')
-rw-r--r-- | emulators/wine/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index f0c3fa1b342..76a618628c3 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.92 2005/10/17 14:09:12 adam Exp $ +# $NetBSD: Makefile,v 1.93 2005/10/26 08:32:59 adam Exp $ -DISTNAME= Wine-20050930 -PKGNAME= ${DISTNAME:S/W/w/} +DISTNAME= wine-0.9 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wine/} \ - http://www.ibiblio.org/pub/Linux/ALPHA/wine/development/ \ - ${MASTER_SITE_SUNSITE:=ALPHA/wine/development/} + http://ibiblio.org/pub/linux/system/emulators/wine/ +EXTRACT_SUFX= .tar.bz2 MAINTAINER= adam@NetBSD.org HOMEPAGE= http://www.winehq.com/ |