diff options
-rw-r--r-- | graphics/xsvg/Makefile | 25 | ||||
-rw-r--r-- | graphics/xsvg/distinfo | 2 | ||||
-rw-r--r-- | graphics/xsvg/pkg-descr | 3 |
3 files changed, 30 insertions, 0 deletions
diff --git a/graphics/xsvg/Makefile b/graphics/xsvg/Makefile new file mode 100644 index 000000000..c66ae0e63 --- /dev/null +++ b/graphics/xsvg/Makefile @@ -0,0 +1,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> diff --git a/graphics/xsvg/distinfo b/graphics/xsvg/distinfo new file mode 100644 index 000000000..76fa00b4c --- /dev/null +++ b/graphics/xsvg/distinfo @@ -0,0 +1,2 @@ +MD5 (xsvg-0.2.1.tar.gz) = f20409e87d9bff3c4d698d8c0e9e9f2b +SIZE (xsvg-0.2.1.tar.gz) = 91431 diff --git a/graphics/xsvg/pkg-descr b/graphics/xsvg/pkg-descr new file mode 100644 index 000000000..16258fd38 --- /dev/null +++ b/graphics/xsvg/pkg-descr @@ -0,0 +1,3 @@ +The xsvg program is a viewer for SVG files + +WWW: http://xsvg.org/ |