diff options
author | hsu <hsu@FreeBSD.org> | 1995-06-15 07:46:50 +0000 |
---|---|---|
committer | hsu <hsu@FreeBSD.org> | 1995-06-15 07:46:50 +0000 |
commit | d816a63e3bee5c634fd885a2c61e1d0e0d8eab7b (patch) | |
tree | 12a182022d2e769b86bc466eadb27530e5d86773 /emulators/wine-devel | |
parent | cdccdeae717af5ea7a574e4a5be19cf89293c542 (diff) | |
download | FreeBSD-ports-d816a63e3bee5c634fd885a2c61e1d0e0d8eab7b.zip FreeBSD-ports-d816a63e3bee5c634fd885a2c61e1d0e0d8eab7b.tar.gz |
Update to 950606 snapshot.
Diffstat (limited to 'emulators/wine-devel')
-rw-r--r-- | emulators/wine-devel/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index c16081a..380ee34 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 |