2005-02-16 06:26:23 +00:00
|
|
|
# New ports collection makefile for: xsvg
|
|
|
|
# Date created: 2005-02-16
|
|
|
|
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2005-11-05 06:08:43 +00:00
|
|
|
# $MCom: ports/graphics/xsvg/Makefile,v 1.3 2005/08/09 05:09:09 ahze Exp $
|
2005-02-16 06:26:23 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xsvg
|
2005-11-05 06:08:43 +00:00
|
|
|
PORTVERSION= 0.2.1
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 17:56:05 +00:00
|
|
|
PORTREVISION= 2
|
2005-02-16 06:26:23 +00:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= http://cairographics.org/snapshots/
|
|
|
|
|
2005-09-05 00:20:03 +00:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2005-02-16 06:26:23 +00:00
|
|
|
COMMENT= X11 SVG viewer
|
|
|
|
|
|
|
|
LIB_DEPENDS= svg-cairo.1:${PORTSDIR}/graphics/libsvg-cairo
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
PLIST_FILES= bin/xsvg
|
2005-02-16 06:37:33 +00:00
|
|
|
MAN1= xsvg.1
|
2005-02-16 06:26:23 +00:00
|
|
|
|
2005-03-11 04:13:19 +00:00
|
|
|
.include <bsd.port.mk>
|