mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
Add graphics/xsvg, X11 SVG viewer
This commit is contained in:
parent
5e31c88d38
commit
951d57b615
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=128993
@ -550,6 +550,7 @@
|
||||
SUBDIR += xpx
|
||||
SUBDIR += xrml
|
||||
SUBDIR += xsane
|
||||
SUBDIR += xsvg
|
||||
SUBDIR += xtexcad
|
||||
SUBDIR += xv
|
||||
SUBDIR += xv-m17n
|
||||
|
30
graphics/xsvg/Makefile
Normal file
30
graphics/xsvg/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# New ports collection makefile for: xsvg
|
||||
# Date created: 2005-02-16
|
||||
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xsvg
|
||||
PORTVERSION= 0.2.0
|
||||
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
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
BROKEN= Does not build
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
2
graphics/xsvg/distinfo
Normal file
2
graphics/xsvg/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (xsvg-0.2.0.tar.gz) = f9bdbcbb7346a60c227630b4f77ec80a
|
||||
SIZE (xsvg-0.2.0.tar.gz) = 90970
|
3
graphics/xsvg/pkg-descr
Normal file
3
graphics/xsvg/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
The xsvg program is a viewer for SVG files
|
||||
|
||||
WWW: http://cairographics.org/
|
Loading…
Reference in New Issue
Block a user