aboutsummaryrefslogtreecommitdiff
path: root/emulators/vice/Makefile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2007-08-14 19:30:26 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2007-08-14 19:30:26 +0000
commit3a837df010c5ff3811b94739772e4db5e3549908 (patch)
tree2d494286e213f67a7adee25518f183e08a7a7c61 /emulators/vice/Makefile
parent3f5bb0fc2bee5c093ab3b60115c304b8835722d1 (diff)
- update to 1.22
Notes
Notes: svn path=/head/; revision=197688
Diffstat (limited to 'emulators/vice/Makefile')
-rw-r--r--emulators/vice/Makefile14
1 files changed, 5 insertions, 9 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile
index fbc0cfc7598d..997d2c5c3307 100644
--- a/emulators/vice/Makefile
+++ b/emulators/vice/Makefile
@@ -5,11 +5,10 @@
# $FreeBSD$
PORTNAME= vice
-PORTVERSION= 1.21
-PORTREVISION= 2
+PORTVERSION= 1.22
CATEGORIES= emulators
-MASTER_SITES= http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/ \
- http://fresh.t-systems-sfr.com/linux/src/ \
+MASTER_SITES= http://www.viceteam.org/online/ \
+ http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/ \
ftp://ftp.zimmers.net/pub/cbm/crossplatform/emulators/VICE/
PKGNAMESUFFIX?= ${GNOME_SUFFIX}${PKGNAMESUFFIX2}
@@ -79,13 +78,12 @@ PLIST_SUB+= NLS="@comment "
.if !defined(WITHOUT_SDL)
USE_SDL= sdl
CONFIGURE_ARGS+= --with-sdl
-CFLAGS+= -DHAVE_LIBSDL=1 -DHAVE_SDL_SDL_AUDIO_H=1
-CPPFLAGS+= -I${LOCALBASE}/include/SDL11
+CPPFLAGS+= -I${LOCALBASE}/include/SDL
.endif
.if defined(WITH_ESOUND)
LIB_DEPENDS+= esd.2:${PORTSDIR}/audio/esound
-CFLAGS+= -DHAVE_LIBESD=1 -DHAVE_SDL_SDL_AUDIO_H=1
+CONFIGURE_ARGS+= --with-esd
.else
CONFIGURE_ARGS+= --without-esd
.endif
@@ -101,8 +99,6 @@ post-extract:
post-patch:
${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" \
${WRKSRC}/man/vice.1
- ${REINPLACE_CMD} -e "s|machine/joystick.h|sys/joystick.h|g" \
- ${WRKSRC}/configure
.if defined(NOPORTDOCS)
${REINPLACE_CMD} -e 's| doc||' ${WRKSRC}/Makefile.in
.endif