[36979] trunk/dports/games/larn/Portfile
aschenke at macports.org
aschenke at macports.org
Wed May 21 15:37:17 PDT 2008
Revision: 36979
http://trac.macosforge.org/projects/macports/changeset/36979
Author: aschenke at macports.org
Date: 2008-05-21 15:37:16 -0700 (Wed, 21 May 2008)
Log Message:
-----------
fix for libcompat on Leopard; closes #15264
Modified Paths:
--------------
trunk/dports/games/larn/Portfile
Modified: trunk/dports/games/larn/Portfile
===================================================================
--- trunk/dports/games/larn/Portfile 2008-05-21 22:35:17 UTC (rev 36978)
+++ trunk/dports/games/larn/Portfile 2008-05-21 22:37:16 UTC (rev 36979)
@@ -2,8 +2,8 @@
PortSystem 1.0
name larn
-version 4.6.2
-revision 4
+version 12
+revision 0
categories games
maintainers aschenke at tampabay.rr.com
description Text-based cavern exploring game
@@ -12,7 +12,7 @@
platforms darwin
use_bzip2 yes
master_sites http://www.mirrorservice.org/sites/master.us.finkmirrors.net/distfiles/
-distname ${name}-${version}-RELEASE
+distname ${name}-4.6.2-RELEASE
checksums md5 cea96f48caa057793f6bcaf3394ca388
build.type bsd
build.args LDADD+=-L${prefix}/lib\\ -lcompat\\ -lcurses
@@ -32,6 +32,11 @@
depends_lib port:libcompat
+platform darwin 9 {
+ build.args LDADD+=-L${prefix}/lib\\ -lcurses
+ depends_lib-delete port:libcompat
+ }
+
configure {
reinplace "s|MAN|MAN6|" ${worksrcpath}/Makefile
reinplace "s|/usr/share/games|${prefix}/share|g" ${worksrcpath}/pathnames.h
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080521/de37c75f/attachment.htm
More information about the macports-changes
mailing list