summaryrefslogtreecommitdiffstats
path: root/openbsd/14.0.0/dependencies/libart-lgpl/Makefile
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2014-10-11 18:10:20 +0200
committerFrançois Andriot <albator78@libertysurf.fr>2014-10-11 18:10:20 +0200
commitbcbde0311976c6a77ebc67c71cd219fcede73ea5 (patch)
tree08da094c459df232fe27766061625baa3c25623c /openbsd/14.0.0/dependencies/libart-lgpl/Makefile
parent26d0ed55669dff30dc6a10aa13c20f3f6c0aedee (diff)
downloadtde-packaging-bcbde0311976c6a77ebc67c71cd219fcede73ea5.tar.gz
tde-packaging-bcbde0311976c6a77ebc67c71cd219fcede73ea5.zip
Openbsd: update packages
Diffstat (limited to 'openbsd/14.0.0/dependencies/libart-lgpl/Makefile')
-rw-r--r--openbsd/14.0.0/dependencies/libart-lgpl/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/openbsd/14.0.0/dependencies/libart-lgpl/Makefile b/openbsd/14.0.0/dependencies/libart-lgpl/Makefile
new file mode 100644
index 000000000..1586a51ca
--- /dev/null
+++ b/openbsd/14.0.0/dependencies/libart-lgpl/Makefile
@@ -0,0 +1,24 @@
+.include </usr/ports/x11/trinity/trinity.port.mk>
+
+VERSION= 2.3.22
+REVISION= 1
+PKGNAME= trinity-libart-lgpl-${VERSION}
+PREFIX= ${TDE_PREFIX}
+
+CATEGORIES= x11/trinity
+COMMENT= Library of functions for 2D graphics
+
+MASTER_SITES= http://nuc.vtf/tde/tde-tarballs/14.0.0/main/dependencies/
+DISTNAME= trinity-libart-lgpl-14.0.0~pre6+634771a9
+EXTRACT_SUFX= .tar.gz
+
+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>