summaryrefslogtreecommitdiffstats
path: root/graphics/libart_lgpl/Makefile
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-02-16 12:13:09 +0000
committersobomax <sobomax@FreeBSD.org>2002-02-16 12:13:09 +0000
commit9c1232da5ea3f7634ac41bfb2dde1a829dd60a3a (patch)
tree44e8c230ce94697d98ceb0be4bd98576c6e8ca5f /graphics/libart_lgpl/Makefile
parent52e235f833e8ce300b6f7d38adf1634230af7e20 (diff)
downloadFreeBSD-ports-9c1232da5ea3f7634ac41bfb2dde1a829dd60a3a.zip
FreeBSD-ports-9c1232da5ea3f7634ac41bfb2dde1a829dd60a3a.tar.gz
Update libart_lgpl2 to 2.3.8 after a repo-copy from ports/graphics/libart and
connect it to the build.
Diffstat (limited to 'graphics/libart_lgpl/Makefile')
-rw-r--r--graphics/libart_lgpl/Makefile25
1 files changed, 18 insertions, 7 deletions
diff --git a/graphics/libart_lgpl/Makefile b/graphics/libart_lgpl/Makefile
index fe5a122..139bfaa 100644
--- a/graphics/libart_lgpl/Makefile
+++ b/graphics/libart_lgpl/Makefile
@@ -1,19 +1,30 @@
-# New ports collection makefile for: libart
+# New ports collection makefile for: libart_lgpl2
# Date created: 8 July 2001
# Whom: Hye-Shik Chang <perky@python.or.kr>
#
# $FreeBSD$
#
-PORTNAME= libart
-PORTVERSION= 2.3.3
+PORTNAME= libart_lgpl2
+PORTVERSION= 2.3.8
CATEGORIES= graphics
-MASTER_SITES= http://www.artofcode.com/${PORTNAME}/
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-alpha2
+DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION}
+DIST_SUBDIR= gnome2
-MAINTAINER= perky@fallin.lv
+MAINTAINER= gnome@FreeBSD.org
-WRKSRC= ${WRKDIR}/${PORTNAME}_lgpl-${PORTVERSION}
-GNU_CONFIGURE= yes
+BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
+RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
+
+USE_BZIP2= yes
INSTALLS_SHLIB= yes
+GNU_CONFIGURE= yes
+CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
+
+pre-patch:
+ @find ${WRKSRC} -name Makefile.in | xargs ${PERL} -pi -e \
+ 's|\$\(libdir\)/pkgconfig|\$\(prefix\)/libdata/pkgconfig|g'
.include <bsd.port.mk>
OpenPOWER on IntegriCloud