summaryrefslogtreecommitdiffstats
path: root/openbsd/dependencies/libart-lgpl/Makefile
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2015-05-08 18:27:24 +0200
committerFrançois Andriot <albator78@libertysurf.fr>2015-05-08 18:27:24 +0200
commit332ffaead4bd07de1dca11c1be5ae4d21c9374e9 (patch)
treeb7dea684ab179fde6744b3a847306047421314c9 /openbsd/dependencies/libart-lgpl/Makefile
parent6b00872d0c7a835e6497bde11367ae02ca201044 (diff)
downloadtde-packaging-332ffaead4bd07de1dca11c1be5ae4d21c9374e9.tar.gz
tde-packaging-332ffaead4bd07de1dca11c1be5ae4d21c9374e9.zip
Openbsd: move openbsd folder
Diffstat (limited to 'openbsd/dependencies/libart-lgpl/Makefile')
-rw-r--r--openbsd/dependencies/libart-lgpl/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/openbsd/dependencies/libart-lgpl/Makefile b/openbsd/dependencies/libart-lgpl/Makefile
new file mode 100644
index 000000000..233bc22e0
--- /dev/null
+++ b/openbsd/dependencies/libart-lgpl/Makefile
@@ -0,0 +1,28 @@
+.include </usr/ports/x11/trinity/trinity.port.mk>
+
+PKGNAME= trinity-libart-lgpl-${VERSION}
+VERSION= 2.3.22${PREVERSION}
+PREVERSION=
+
+COMMENT= Library of functions for 2D graphics
+CATEGORIES= x11/trinity/dependencies
+HOMEPAGE= http://www.trinitydesktop.org/
+MAINTAINER= François Andriot <francois.andriot@free.fr>
+
+MASTER_SITES= http://ppa2.quickbuild.pearsoncomputing.net/redirect.php?file=releases/R14.0.0/dependencies/
+DISTNAME= libart-lgpl-R${TDE_VERSION}${PREVERSION}
+EXTRACT_SUFX= .tar.bz2
+WRKDIST= ${WRKDIR}/dependencies/libart-lgpl
+
+PREFIX= ${TDE_PREFIX}
+
+SHARED_LIBS += art_lgpl_2 5.21
+
+CONFIGURE_STYLE ?= autoconf
+AUTOCONF_VERSION ?= 2.69
+USE_GMAKE ?= Yes
+CONFIGURE_ARGS += --disable-dependency-tracking
+
+SHARED_ONLY = Yes
+
+.include <bsd.port.mk>