freebsd-ports/graphics/xsvg/Makefile
Joe Marcus Clarke d70beb4b2d Update to 0.2.1.
Submitted by:	ahze
2005-11-05 06:08:43 +00:00

27 lines
544 B
Makefile

# New ports collection makefile for: xsvg
# Date created: 2005-02-16
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/graphics/xsvg/Makefile,v 1.3 2005/08/09 05:09:09 ahze Exp $
#
PORTNAME= xsvg
PORTVERSION= 0.2.1
CATEGORIES= graphics
MASTER_SITES= http://cairographics.org/snapshots/
MAINTAINER= gnome@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>