2004-10-12 15:09:30 +02:00
|
|
|
# New ports collection makefile for: libsvg
|
|
|
|
# Date created: 2004-10-06
|
|
|
|
# Whom: Michael Johnson <ahze@ahze.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2005-11-05 07:04:44 +01:00
|
|
|
# $MCom: ports/graphics/libsvg/Makefile,v 1.3 2005/07/04 00:11:29 marcus Exp $
|
2004-10-12 15:09:30 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libsvg
|
2005-11-05 07:04:44 +01:00
|
|
|
PORTVERSION= 0.1.4
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 5
|
2004-10-12 15:09:30 +02:00
|
|
|
CATEGORIES= graphics
|
2005-02-16 00:46:55 +01:00
|
|
|
MASTER_SITES= http://cairographics.org/snapshots/
|
2004-10-12 15:09:30 +02:00
|
|
|
|
2005-03-03 10:03:33 +01:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2004-10-12 15:09:30 +02:00
|
|
|
COMMENT= A parser for SVG content in files or buffers
|
|
|
|
|
|
|
|
LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \
|
2012-06-01 07:26:28 +02:00
|
|
|
png15:${PORTSDIR}/graphics/png \
|
2010-02-05 12:46:55 +01:00
|
|
|
jpeg.11:${PORTSDIR}/graphics/jpeg
|
2004-10-12 15:09:30 +02:00
|
|
|
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2011-08-11 21:20:17 +02:00
|
|
|
USE_GNOME= libxml2 gnomehack
|
2004-10-12 15:09:30 +02:00
|
|
|
USE_ICONV= yes
|
2006-11-05 04:45:05 +01:00
|
|
|
USE_LDCONFIG= yes
|
2004-10-12 15:09:30 +02:00
|
|
|
|
|
|
|
PLIST_FILES= include/svg.h \
|
|
|
|
lib/libsvg.a \
|
2006-02-23 11:40:44 +01:00
|
|
|
lib/libsvg.la \
|
2004-10-12 15:09:30 +02:00
|
|
|
lib/libsvg.so \
|
|
|
|
lib/libsvg.so.1 \
|
|
|
|
libdata/pkgconfig/libsvg.pc
|
|
|
|
|
2007-10-04 03:14:50 +02:00
|
|
|
.include <bsd.port.mk>
|