mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
31 lines
706 B
Makefile
31 lines
706 B
Makefile
# New ports collection makefile for: XML::LibRSVG
|
|
# Date created: 20 Nov 2001
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= XML-LibRSVG
|
|
PORTVERSION= 0.01
|
|
PORTREVISION= 5
|
|
CATEGORIES= textproc graphics perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= skv@FreeBSD.org
|
|
COMMENT= Interface to GNOME's librsvg
|
|
|
|
LIB_DEPENDS= rsvg.1:${PORTSDIR}/graphics/librsvg \
|
|
freetype.9:${PORTSDIR}/print/freetype2 \
|
|
xml2.5:${PORTSDIR}/textproc/libxml2 \
|
|
png.5:${PORTSDIR}/graphics/png \
|
|
art_lgpl.5:${PORTSDIR}/graphics/libart
|
|
|
|
PERL_CONFIGURE= yes
|
|
CONFIGURE_ENV= INC='-I${LOCALBASE}/include' LIBS='-L${LOCALBASE}/lib'
|
|
USE_GNOME= gdkpixbuf
|
|
|
|
MAN3= XML::LibRSVG.3
|
|
|
|
.include <bsd.port.mk>
|