mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
d63665f7cd
This is a separate commit to facilitate easier cherry-picking for quarterly. PR: 262853, 262940, 262877, 263126 Approved by: fluffy (mentor)
30 lines
716 B
Makefile
30 lines
716 B
Makefile
# Created by: Michael Johnson <ahze@ahze.net>
|
|
# $MCom: ports/graphics/libsvg/Makefile,v 1.3 2005/07/04 00:11:29 marcus Exp $
|
|
|
|
PORTNAME= libsvg
|
|
PORTVERSION= 0.1.4
|
|
PORTREVISION= 10
|
|
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= gnome 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>
|