[43203] trunk/dports/devel/libast/Portfile
jeremyhu at macports.org
jeremyhu at macports.org
Sat Dec 6 19:38:35 PST 2008
Revision: 43203
http://trac.macports.org/changeset/43203
Author: jeremyhu at macports.org
Date: 2008-12-06 19:38:34 -0800 (Sat, 06 Dec 2008)
Log Message:
-----------
libast: autoreconf to build universal and fixed up depends
Modified Paths:
--------------
trunk/dports/devel/libast/Portfile
Modified: trunk/dports/devel/libast/Portfile
===================================================================
--- trunk/dports/devel/libast/Portfile 2008-12-07 03:19:48 UTC (rev 43202)
+++ trunk/dports/devel/libast/Portfile 2008-12-07 03:38:34 UTC (rev 43203)
@@ -2,13 +2,14 @@
PortSystem 1.0
name libast
version 0.7
-revision 1
+revision 2
description LibAST is the Library of Assorted Spiffy Things.
long_description LibAST is the Library of Assorted Spiffy Things. \
It contains manyspiffy things, and it is a library. \
Thus, the ever-so-creative name.LibAST has been previously \
known as libmej, the Eterm helper librarywhich nobody really \
understood and certainly never used.
+
maintainers nomaintainer
categories devel x11
platforms darwin
@@ -16,5 +17,20 @@
master_sites ${homepage}download/
checksums md5 a9ec3b2da317f35869316e6d9571d296 \
rmd160 82dedafc23668f0bbecbf09433676d4b31e9e154
-depends_lib lib:libImlib2:imlib2 lib:libpcre:pcre
-configure.cppflags-append "-L${prefix}/lib"
+
+depends_build \
+ port:pkgconfig \
+ port:autoconf \
+ port:automake \
+ port:libtool
+
+depends_lib \
+ lib:libSM.6:xorg-libsm \
+ port:imlib2 \
+ port:pcre \
+ port:freetype
+
+use_autoconf yes
+autoconf.cmd autoreconf
+autoconf.args -fvi
+autoconf.env ACLOCAL="aclocal -I ${prefix}/share/aclocal -I ${x11prefix}/share/aclocal -I ."
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081206/768aca81/attachment.html>
More information about the macports-changes
mailing list