1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/x11-toolkits/p5-GdkPixbuf/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
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)
2008-06-06 14:17:21 +00:00

31 lines
799 B
Makefile

# New ports collection makefile for: p5-GdkPixbuf
# Date created: 30 Oct 2000
# Whom: vanilla
#
# $FreeBSD$
#
PORTNAME= GdkPixbuf
PORTVERSION= 0.7009
PORTREVISION= 5
CATEGORIES= x11-toolkits lang perl5 gnome
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= Gtk-Perl-${PORTVERSION}
MAINTAINER= perl@FreeBSD.org
COMMENT= The Pixbuf module of Gtk-Perl
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Gtk.pm:${PORTSDIR}/x11-toolkits/p5-Gtk \
${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \
${SITE_PERL}/XML/Writer.pm:${PORTSDIR}/textproc/p5-XML-Writer
RUN_DEPENDS= ${BUILD_DEPENDS}
LIB_DEPENDS= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf
PERL_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME}
MAN3= Gtk::Gdk::Pixbuf::reference.3pm
.include <bsd.port.mk>