aboutsummaryrefslogtreecommitdiff
path: root/emulators/vice/Makefile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2008-07-29 03:57:31 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2008-07-29 03:57:31 +0000
commitfd3591501bf4afffbb3262e49e10e65e6867d189 (patch)
treeb2a9dec746cc432465db018a1e019a1d87356f15 /emulators/vice/Makefile
parent41a9b15836cd2a696785c85bdd02bfe591fdd525 (diff)
- update to 2.0
PR: 122093
Notes
Notes: svn path=/head/; revision=217802
Diffstat (limited to 'emulators/vice/Makefile')
-rw-r--r--emulators/vice/Makefile11
1 files changed, 9 insertions, 2 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile
index 25f83052a9fd..9d7628d0f0b6 100644
--- a/emulators/vice/Makefile
+++ b/emulators/vice/Makefile
@@ -5,8 +5,7 @@
# $FreeBSD$
PORTNAME= vice
-PORTVERSION= 1.22
-PORTREVISION= 4
+PORTVERSION= 2.0
CATEGORIES= emulators
MASTER_SITES= http://www.viceteam.org/online/ \
http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/ \
@@ -67,6 +66,14 @@ INFO= vice
.include <bsd.port.pre.mk>
+.if exists(${LOCALBASE}/bin/fc-cache)
+PLIST_SUB+= FCCACHE=""
+PLIST_SUB+= NOFCCACHE="@comment "
+.else
+PLIST_SUB+= FCCACHE="@comment "
+PLIST_SUB+= NOFCCACHE=""
+.endif
+
.if exists(${LOCALBASE}/include/esd.h) && !defined(WITHOUT_ESOUND)
WITH_ESOUND?=yes
.endif