freebsd-ports/graphics/libsvg/Makefile

36 lines
815 B
Makefile
Raw Normal View History

# 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 $
#
PORTNAME= libsvg
2005-11-05 07:04:44 +01:00
PORTVERSION= 0.1.4
2012-06-01 07:26:28 +02:00
PORTREVISION= 5
CATEGORIES= graphics
2005-02-16 00:46:55 +01:00
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 \
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
2010-12-04 08:34:27 +01:00
USE_AUTOTOOLS= libtool
GNU_CONFIGURE= yes
USE_GNOME= libxml2 gnomehack
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>