mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
de78af3ac5
Reviewed by: exp8 run on pointyhat Supported by: miwi
26 lines
526 B
Makefile
26 lines
526 B
Makefile
# New ports collection makefile for: xsvg
|
|
# Date created: 2005-02-16
|
|
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
# $MCom: ports/graphics/xsvg/Makefile,v 1.3 2005/08/09 05:09:09 ahze Exp $
|
|
#
|
|
|
|
PORTNAME= xsvg
|
|
PORTVERSION= 0.2.1
|
|
PORTREVISION= 5
|
|
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
|
|
|
|
PLIST_FILES= bin/xsvg
|
|
MAN1= xsvg.1
|
|
|
|
.include <bsd.port.mk>
|