summaryrefslogtreecommitdiff
path: root/graphics/xsvg/Makefile
blob: 122f6bf6247facb019f1d9cd1a79a8de3f4ec4ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:	xsvg
# Date created:		2005-02-16
# Whom:			Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	xsvg
PORTVERSION=	0.2.0
CATEGORIES=	graphics
MASTER_SITES=	http://cairographics.org/snapshots/

MAINTAINER=	gnome@FreeBSD.org
COMMENT=	X11 SVG viewer

LIB_DEPENDS=	svg-cairo.1:${PORTSDIR}/graphics/libsvg-cairo

GNU_CONFIGURE=	yes
USE_GETOPT_LONG=yes
USE_XLIB=	yes

PLIST_FILES=	bin/xsvg
MAN1=		xsvg.1

.include <bsd.port.mk>