freebsd-ports/graphics/libsvg/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

30 lines
721 B
Makefile

# Created by: 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= 8
CATEGORIES= graphics
MASTER_SITES= http://cairographics.org/snapshots/
MAINTAINER= gnome@FreeBSD.org
COMMENT= Parser for SVG content in files or buffers
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libpng.so:graphics/png
GNU_CONFIGURE= yes
USE_GNOME= libxml2
USES= iconv jpeg libtool pathfix pkgconfig
USE_LDCONFIG= yes
CFLAGS+= -I${LOCALBASE}/include
PLIST_FILES= include/svg.h \
lib/libsvg.a \
lib/libsvg.so \
lib/libsvg.so.1 \
lib/libsvg.so.1.0.0 \
libdata/pkgconfig/libsvg.pc
.include <bsd.port.mk>