Modified: trunk/dports/devel/xplc/Portfile (103339 => 103340)
--- trunk/dports/devel/xplc/Portfile 2013-02-22 10:32:18 UTC (rev 103339)
+++ trunk/dports/devel/xplc/Portfile 2013-02-22 11:44:00 UTC (rev 103340)
@@ -1,5 +1,7 @@
# $Id$
+
PortSystem 1.0
+
name xplc
version 0.3.10
description Cross-Platform Lightweight Components.
@@ -8,13 +10,14 @@
and reusability both inside and between applications.
maintainers nomaintainer
categories devel
-platforms darwin
+license LGPL-2.1+
+platforms darwin
homepage http://${name}.sf.net
master_sites sourceforge
checksums md5 b6884ed973a5c076ac79b209450372b8
-configure.args --mandir=${prefix}/share/man
+configure.args --mandir=${prefix}/share/man
configure.cppflags-append "-L${prefix}/lib"
build.target {}
post-destroot {
file link -hard ${destroot}${prefix}/lib/libxplc.0.3.10.dylib ${destroot}${prefix}/lib/libxplc.so.0.3.10
-}
+}