aboutsummaryrefslogtreecommitdiff
path: root/graphics/librsvg/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-11-09 13:14:01 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-11-09 13:14:01 +0000
commit743df007761579704fd498cc549470187fdb426a (patch)
treead9007ad62a67be41af5e1b41ba3f22ddfebe90c /graphics/librsvg/Makefile
parentd7707c3015183ee99e223bd11a7e98ce8e6468e8 (diff)
Notes
Diffstat (limited to 'graphics/librsvg/Makefile')
-rw-r--r--graphics/librsvg/Makefile32
1 files changed, 0 insertions, 32 deletions
diff --git a/graphics/librsvg/Makefile b/graphics/librsvg/Makefile
deleted file mode 100644
index f95598e03f27..000000000000
--- a/graphics/librsvg/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# New ports collection makefile for: librsvg
-# Date created: 8th May 2001
-# Whom: Ade Lovett <ade@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/graphics/librsvg/Makefile,v 1.2 2006/09/10 00:51:11 mezz Exp $
-
-PORTNAME= librsvg
-PORTVERSION= 1.0.3
-PORTREVISION= 10
-CATEGORIES= graphics gnome
-MASTER_SITES= GNOME
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Library for parsing and rendering SVG vector-graphic files
-
-DEPRECATED= unmaintained and not used anymore
-EXPIRATION_DATE= 2011-11-06
-
-BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 # XXX
-LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \
- popt.0:${PORTSDIR}/devel/popt
-
-USE_AUTOTOOLS= libtool
-USE_GMAKE= yes
-USE_GNOME= gnomelibs gdkpixbuf
-USE_LDCONFIG= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
-CPPFLAGS+= -I${LOCALBASE}/include
-
-.include <bsd.port.mk>