2005-02-16 07:26:23 +01:00
|
|
|
# New ports collection makefile for: xsvg
|
|
|
|
# Date created: 2005-02-16
|
|
|
|
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2005-11-05 07:08:43 +01:00
|
|
|
# $MCom: ports/graphics/xsvg/Makefile,v 1.3 2005/08/09 05:09:09 ahze Exp $
|
2005-02-16 07:26:23 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xsvg
|
2005-11-05 07:08:43 +01:00
|
|
|
PORTVERSION= 0.2.1
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 5
|
2005-02-16 07:26:23 +01:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= http://cairographics.org/snapshots/
|
|
|
|
|
2005-09-05 02:20:03 +02:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2005-02-16 07:26:23 +01:00
|
|
|
COMMENT= X11 SVG viewer
|
|
|
|
|
|
|
|
LIB_DEPENDS= svg-cairo.1:${PORTSDIR}/graphics/libsvg-cairo
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
PLIST_FILES= bin/xsvg
|
2005-02-16 07:37:33 +01:00
|
|
|
MAN1= xsvg.1
|
2005-02-16 07:26:23 +01:00
|
|
|
|
2005-03-11 05:13:19 +01:00
|
|
|
.include <bsd.port.mk>
|