-Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr
35 lines
830 B
Makefile
35 lines
830 B
Makefile
# New ports collection makefile for: libsvg
|
|
# Date created: 2004-10-06
|
|
# Whom: Michael Johnson <ahze@ahze.net>
|
|
#
|
|
# $FreeBSD$
|
|
# $MCom: ports/graphics/libsvg/Makefile,v 1.3 2005/07/04 00:11:29 marcus Exp $
|
|
#
|
|
|
|
PORTNAME= libsvg
|
|
PORTVERSION= 0.1.4
|
|
PORTREVISION= 2
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://cairographics.org/snapshots/
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= A parser for SVG content in files or buffers
|
|
|
|
LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \
|
|
png.5:${PORTSDIR}/graphics/png \
|
|
jpeg.10:${PORTSDIR}/graphics/jpeg
|
|
|
|
USE_AUTOTOOLS= libtool:22
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= libxml2 gnomehack gnometarget
|
|
USE_ICONV= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
PLIST_FILES= include/svg.h \
|
|
lib/libsvg.a \
|
|
lib/libsvg.la \
|
|
lib/libsvg.so \
|
|
lib/libsvg.so.1 \
|
|
libdata/pkgconfig/libsvg.pc
|
|
|
|
.include <bsd.port.mk>
|