summaryrefslogtreecommitdiff
path: root/emulators/stella/Makefile
diff options
context:
space:
mode:
authorJean Milanez Melo <jmelo@FreeBSD.org>2006-04-12 18:13:29 +0000
committerJean Milanez Melo <jmelo@FreeBSD.org>2006-04-12 18:13:29 +0000
commita8512c9b721802bc6850e6fbd4e5326cb8a038e5 (patch)
tree9e7c1b3289ff1c9cd38f1c58081e7075da8a178a /emulators/stella/Makefile
parent- Update to 2.0.1. (diff)
- Update to 2.2.
- portlint(1). PR: ports/95591 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Approved by: mnag (mentor)
Notes
Notes: svn path=/head/; revision=159386
Diffstat (limited to 'emulators/stella/Makefile')
-rw-r--r--emulators/stella/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/emulators/stella/Makefile b/emulators/stella/Makefile
index 4a78ac92c017..b9f75b9c5383 100644
--- a/emulators/stella/Makefile
+++ b/emulators/stella/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= stella
-PORTVERSION= 2.1
+PORTVERSION= 2.2
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -21,7 +21,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_GCC= 3.4+
USE_SDL= sdl
-USE_REINPLACE= yes
USE_GMAKE= yes
HAS_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
@@ -30,8 +29,8 @@ CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include
LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib
post-patch:
- @${REINPLACE_CMD} -e 's|sdlconfigs=.*$$|sdlconfigs=${SDL_CONFIG:T}|g' \
- ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e \
+ 's|=sdl-config|="$$SDL_CONFIG"|g' ${WRKSRC}/configure
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/stella ${PREFIX}/bin