be6c15b5c6
Add USES=xorg and USES=gl to ports in categories starting with 'g'. While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
24 lines
546 B
Makefile
24 lines
546 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 xorg
|
|
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>
|