diff options
author | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-06-23 04:58:09 +0800 |
---|---|---|
committer | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-06-23 04:58:09 +0800 |
commit | 47ec11c1615c1b8aabf2c51b02b1f966d6e5414b (patch) | |
tree | b31cf8cb87e5ad382ceccc240bc876b8f5195995 /graphics/xsvg | |
parent | c691b4bd67a58af796d2f89b2032fde4ee686338 (diff) | |
download | marcuscom-ports-47ec11c1615c1b8aabf2c51b02b1f966d6e5414b.tar marcuscom-ports-47ec11c1615c1b8aabf2c51b02b1f966d6e5414b.tar.gz marcuscom-ports-47ec11c1615c1b8aabf2c51b02b1f966d6e5414b.tar.bz2 marcuscom-ports-47ec11c1615c1b8aabf2c51b02b1f966d6e5414b.tar.lz marcuscom-ports-47ec11c1615c1b8aabf2c51b02b1f966d6e5414b.tar.xz marcuscom-ports-47ec11c1615c1b8aabf2c51b02b1f966d6e5414b.tar.zst marcuscom-ports-47ec11c1615c1b8aabf2c51b02b1f966d6e5414b.zip |
Put xsvg inside the graphics directory.
Pointy hat to: ahze
::P
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4110 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/xsvg')
-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/ |