summaryrefslogtreecommitdiff
path: root/emulators/wine-devel/Makefile
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2003-07-10 10:57:27 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2003-07-10 10:57:27 +0000
commit70fda5fd3027a9bfab8e67259a3af033158920a1 (patch)
tree49009bcb5cea622750d9a55977210a80a26d6b71 /emulators/wine-devel/Makefile
parentAdd WITH_X11 knob, configure with --without-x if WITH_X11 is not defined. (diff)
Update to the 20030709 snapshot of Wine. Change the PORTVERSION scheme
from 2003.07.09 to 20030709 to match upstream versioning.
Diffstat (limited to 'emulators/wine-devel/Makefile')
-rw-r--r--emulators/wine-devel/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile
index 9d5831ca6704..8989daab0440 100644
--- a/emulators/wine-devel/Makefile
+++ b/emulators/wine-devel/Makefile
@@ -7,17 +7,16 @@
#
PORTNAME= wine
-PORTVERSION= 2003.06.18
-PORTREVISION= 1
+PORTVERSION= 20030709
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= ALPHA/wine/development
-DISTNAME= Wine-${PORTVERSION:S/.//g}
+DISTNAME= Wine-${PORTVERSION}
MAINTAINER= gerald@FreeBSD.org
COMMENT= Microsoft Windows 3.1/95/98/NT/2000 emulator for Unix
-WRKSRC= ${WRKDIR}/wine-${PORTVERSION:S/.//g}
+WRKSRC= ${WRKDIR}/wine-${PORTVERSION}
GNU_CONFIGURE= yes
CONFIGURE_ENV= LDFLAGS=-L${PREFIX}/lib LIBS=-Wl,-rpath,${PREFIX}/lib/wine
INSTALLS_SHLIB= yes