diff options
Diffstat (limited to 'openbsd/14.0.0/dependencies/libart-lgpl/Makefile')
-rw-r--r-- | openbsd/14.0.0/dependencies/libart-lgpl/Makefile | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/openbsd/14.0.0/dependencies/libart-lgpl/Makefile b/openbsd/14.0.0/dependencies/libart-lgpl/Makefile index 1586a51ca..18a066161 100644 --- a/openbsd/14.0.0/dependencies/libart-lgpl/Makefile +++ b/openbsd/14.0.0/dependencies/libart-lgpl/Makefile @@ -1,17 +1,20 @@ .include </usr/ports/x11/trinity/trinity.port.mk> -VERSION= 2.3.22 -REVISION= 1 PKGNAME= trinity-libart-lgpl-${VERSION} -PREFIX= ${TDE_PREFIX} +VERSION= 2.3.22${PREVERSION} +PREVERSION= ~pre6+634771a9 -CATEGORIES= x11/trinity 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://nuc.vtf/tde/tde-tarballs/14.0.0/main/dependencies/ -DISTNAME= trinity-libart-lgpl-14.0.0~pre6+634771a9 +DISTNAME= trinity-libart-lgpl-${TDE_VERSION}${PREVERSION} EXTRACT_SUFX= .tar.gz +PREFIX= ${TDE_PREFIX} + SHARED_LIBS += art_lgpl_2 5.21 CONFIGURE_STYLE ?= autoconf |