mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
1789267f4d
Approved by: portmgr (blanket)
22 lines
486 B
Makefile
22 lines
486 B
Makefile
PORTNAME= xsvg
|
|
PORTVERSION= 0.2.1
|
|
PORTREVISION= 8
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://cairographics.org/snapshots/
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= X11 SVG viewer
|
|
WWW= https://cairographics.org/
|
|
|
|
LIB_DEPENDS= libsvg-cairo.so:graphics/libsvg-cairo
|
|
|
|
USES= pkgconfig xorg
|
|
GNU_CONFIGURE= yes
|
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
|
LDFLAGS+= -L${LOCALBASE}/lib -lX11 -lXrender -lm
|
|
USE_XORG= x11 xrender
|
|
|
|
PLIST_FILES= bin/xsvg share/man/man1/xsvg.1.gz
|
|
|
|
.include <bsd.port.mk>
|