1998-04-29 23:16:29 +02:00
|
|
|
# New ports collection makefile for: p5-Gtk
|
|
|
|
# Date created: 28 Oct 1997
|
|
|
|
# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
|
|
|
|
#
|
1999-08-31 05:04:38 +02:00
|
|
|
# $FreeBSD$
|
1998-04-29 23:16:29 +02:00
|
|
|
#
|
|
|
|
|
2000-06-17 04:37:15 +02:00
|
|
|
PORTNAME= Gtk
|
2003-10-26 08:42:04 +01:00
|
|
|
PORTVERSION= 0.7009
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 4
|
1998-08-08 01:08:39 +02:00
|
|
|
CATEGORIES= x11-toolkits lang perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2000-06-17 04:37:15 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
2000-10-29 22:27:58 +01:00
|
|
|
DISTNAME= ${PORTNAME}-Perl-${PORTVERSION}
|
1998-04-29 23:16:29 +02:00
|
|
|
|
2004-03-18 18:40:11 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= The base module of Gtk-Perl
|
1998-04-29 23:16:29 +02:00
|
|
|
|
2003-11-11 03:26:04 +01:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/XML/Writer.pm:${PORTSDIR}/textproc/p5-XML-Writer \
|
2003-11-14 01:21:13 +01:00
|
|
|
${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
|
2001-05-27 23:00:32 +02:00
|
|
|
|
2002-09-02 05:58:24 +02:00
|
|
|
USE_GNOME= gtk12
|
2001-03-01 07:39:18 +01:00
|
|
|
PERL_CONFIGURE= yes
|
2001-03-12 09:47:11 +01:00
|
|
|
CONFIGURE_ARGS= --without-guessing --lazy-load
|
2009-11-20 23:53:09 +01:00
|
|
|
MAKE_JOBS_UNSAFE= yes
|
1998-04-29 23:16:29 +02:00
|
|
|
|
2001-05-27 23:00:32 +02:00
|
|
|
MAN3= Gtk.3pm \
|
|
|
|
Gtk::CListModel.3pm \
|
|
|
|
Gtk::cookbook.3pm \
|
|
|
|
Gtk::objects.3pm \
|
|
|
|
Gtk::reference.3pm
|
1998-05-14 09:51:15 +02:00
|
|
|
|
2007-04-06 08:48:45 +02:00
|
|
|
.include <bsd.port.mk>
|