freebsd-ports/graphics/xsvg/Makefile
Tobias C. Berner 0dd6655103 graphics/xsvg: fix underlinking
Reported by:	antoine
Approved by:	kwm (gnome)
2019-04-06 20:55:44 +00:00

23 lines
541 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= 7
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 -lm
USE_XORG= x11 xrender
PLIST_FILES= bin/xsvg man/man1/xsvg.1.gz
.include <bsd.port.mk>