aboutsummaryrefslogtreecommitdiff
path: root/emulators/mess/Makefile
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2008-02-05 17:10:37 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2008-02-05 17:10:37 +0000
commitb8c5190d5f4c4884904d72d055a602f35f02b9f7 (patch)
treefdaf913b76b6f16adea801fdeec925e9962a09d7 /emulators/mess/Makefile
parentccef9a672044dca06194c678db4e03d621762004 (diff)
downloadports-b8c5190d5f4c4884904d72d055a602f35f02b9f7.tar.gz
ports-b8c5190d5f4c4884904d72d055a602f35f02b9f7.zip
- Update to version 0.122.
- Remove BROKEN for sparc64 to see if new version builds (if it doesn't then NOT_FOR_ARCHS will be used instead).
Notes
Notes: svn path=/head/; revision=206763
Diffstat (limited to 'emulators/mess/Makefile')
-rw-r--r--emulators/mess/Makefile14
1 files changed, 4 insertions, 10 deletions
diff --git a/emulators/mess/Makefile b/emulators/mess/Makefile
index 83e50fe45e65..6ec87531b5c7 100644
--- a/emulators/mess/Makefile
+++ b/emulators/mess/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= sdlmess
-PORTVERSION= 0.120
+PORTVERSION= 0.122
CATEGORIES= emulators
MASTER_SITES= ftp://ftp.alepulver.com.ar/distfiles/
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//}
@@ -26,8 +26,8 @@ do-install:
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin
${MKDIR} ${PREFIX}/libexec/sdlmess
.for f in obj/sdl/mess/build/file2str obj/sdl/mess/build/png2bdc mess \
- testkeys dat2html messtest messdocs imgtool romcmp chdman jedutil \
- makemeta regrep srcclean
+ testkeys dat2html messtest imgtool romcmp chdman jedutil makemeta \
+ regrep srcclean src2html
${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/libexec/sdlmess
.endfor
${MKDIR} ${DATADIR}
@@ -45,10 +45,4 @@ post-install:
@${CAT} ${PKGMESSAGE}
@${ECHO_CMD}
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "sparc64"
-BROKEN= Does not compile
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>