1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/graphics/xsvg/Makefile

26 lines
526 B
Makefile
Raw Normal View History

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