freebsd-ports/graphics/xsvg/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

23 lines
537 B
Makefile

# Created by: 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
PORTREVISION= 6
CATEGORIES= graphics
MASTER_SITES= http://cairographics.org/snapshots/
MAINTAINER= gnome@FreeBSD.org
COMMENT= X11 SVG viewer
LIB_DEPENDS= libsvg-cairo.so:graphics/libsvg-cairo
USES= pkgconfig
GNU_CONFIGURE= yes
LDFLAGS+= -L${LOCALBASE}/lib -lX11 -lXrender
USE_XORG= x11 xrender
PLIST_FILES= bin/xsvg man/man1/xsvg.1.gz
.include <bsd.port.mk>