summaryrefslogtreecommitdiffstats
path: root/graphics/xsvg/Makefile
blob: c66ae0e6395869d24877b66667b555e8ecab1bce (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.1
CATEGORIES= graphics
MASTER_SITES=   http://cairographics.org/snapshots/

MAINTAINER= ahze@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>