aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/wine/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/wine/Makefile')
-rw-r--r--emulators/wine/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index 7c6db2e5e50e..28df2d5fe5f3 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -6,9 +6,8 @@
# $FreeBSD$
#
-DATE= 991031
DISTNAME= Wine-${DATE}
-PKGNAME= wine-99.10.31
+PKGNAME= wine-99.11.14
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= ALPHA/wine/development
@@ -17,14 +16,17 @@ MAINTAINER= se@FreeBSD.org
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
+DATE= 991114
WRKSRC= ${WRKDIR}/wine-${DATE}
GNU_CONFIGURE= yes
MAN1= wine.1
-MAN1= wine.conf.5
+MAN5= wine.conf.5
ONLY_FOR_ARCHS= i386
+.if !defined(NDEBUG)
STRIP=
CFLAGS+= -g
+.endif
post-configure:
cd ${WRKSRC} && make depend