diff options
author | Jeffrey Hsu <hsu@FreeBSD.org> | 1995-06-15 07:46:50 +0000 |
---|---|---|
committer | Jeffrey Hsu <hsu@FreeBSD.org> | 1995-06-15 07:46:50 +0000 |
commit | 6e74699d8d555187a1203c8bd12ddd09e8d83f0d (patch) | |
tree | 0c389f166f2c7e9c16e5e1be465cf8d183b9217b /emulators | |
parent | 342978cb5173e6b02862a89419c2d4ec835ea46d (diff) | |
download | ports-6e74699d8d555187a1203c8bd12ddd09e8d83f0d.tar.gz ports-6e74699d8d555187a1203c8bd12ddd09e8d83f0d.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine-devel/Makefile | 9 | ||||
-rw-r--r-- | emulators/wine/Makefile | 9 |
2 files changed, 10 insertions, 8 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index c16081a2075e..380ee34e6239 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -3,11 +3,12 @@ # Date created: Sun Feb 5 16:12:09 1995 # Whom: hsu # -# $Id: Makefile,v 1.5 1995/04/15 03:46:02 asami Exp $ +# $Id: Makefile,v 1.6 1995/05/18 18:46:04 hsu Exp $ # -DISTNAME= Wine-950430 -PKGNAME= Wine-95.04.30 +DATE= 950606 +DISTNAME= Wine-${DATE} +PKGNAME= Wine-95.06.06 CATEGORIES+= utilities x11 emulation MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/ALPHA/wine/ \ ftp://aris.com/pub/linux/ALPHA/Wine/development/ \ @@ -19,7 +20,7 @@ MAINTAINER= ports@FreeBSD.ORG LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm -WRKSRC= ${WRKDIR}/wine950430 +WRKSRC= ${WRKDIR}/wine${DATE} USE_GMAKE= yes HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index c16081a2075e..380ee34e6239 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -3,11 +3,12 @@ # Date created: Sun Feb 5 16:12:09 1995 # Whom: hsu # -# $Id: Makefile,v 1.5 1995/04/15 03:46:02 asami Exp $ +# $Id: Makefile,v 1.6 1995/05/18 18:46:04 hsu Exp $ # -DISTNAME= Wine-950430 -PKGNAME= Wine-95.04.30 +DATE= 950606 +DISTNAME= Wine-${DATE} +PKGNAME= Wine-95.06.06 CATEGORIES+= utilities x11 emulation MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/ALPHA/wine/ \ ftp://aris.com/pub/linux/ALPHA/Wine/development/ \ @@ -19,7 +20,7 @@ MAINTAINER= ports@FreeBSD.ORG LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm -WRKSRC= ${WRKDIR}/wine950430 +WRKSRC= ${WRKDIR}/wine${DATE} USE_GMAKE= yes HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure |