mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
ca2176f4ac
prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
24 lines
537 B
Makefile
24 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= 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
|
|
USE_XORG= x11 xrender
|
|
|
|
PLIST_FILES= bin/xsvg man/man1/xsvg.1.gz
|
|
|
|
.include <bsd.port.mk>
|