# $Id$

PortSystem 1.0

name		xplc
version		0.3.10
description	Cross-Platform Lightweight Components.
long_description	XPLC (\"Cross-Platform Lightweight Components\") \
			is a component system that will provide extensibility \
			and reusability both inside and between applications.
maintainers	nomaintainer
categories	devel
license		LGPL-2.1+
platforms	darwin
homepage	http://${name}.sf.net
master_sites	sourceforge
checksums	md5 b6884ed973a5c076ac79b209450372b8
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
}