mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
34 lines
839 B
Makefile
34 lines
839 B
Makefile
# New ports collection makefile for: libsvg-cairo
|
|
# Date created: 2004-10-06
|
|
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
# $MCom: ports/graphics/libsvg-cairo/Makefile,v 1.5 2005/08/09 04:49:38 ahze Exp $
|
|
#
|
|
|
|
PORTNAME= libsvg-cairo
|
|
PORTVERSION= 0.1.6
|
|
PORTREVISION= 3
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://cairographics.org/snapshots/
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= SVG rendering library
|
|
|
|
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
|
|
svg.1:${PORTSDIR}/graphics/libsvg \
|
|
cairo.2:${PORTSDIR}/graphics/cairo
|
|
|
|
USE_AUTOTOOLS= libtool:15
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= pkgconfig gnometarget gnomehack
|
|
USE_LDCONFIG= yes
|
|
PLIST_FILES= include/svg-cairo.h \
|
|
lib/libsvg-cairo.a \
|
|
lib/libsvg-cairo.la \
|
|
lib/libsvg-cairo.so \
|
|
lib/libsvg-cairo.so.1 \
|
|
libdata/pkgconfig/libsvg-cairo.pc
|
|
|
|
.include <bsd.port.mk>
|