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
|
|
|
|
PORTREVISION= 0
|
1998-08-08 01:08:39 +02:00
|
|
|
CATEGORIES= x11-toolkits lang perl5
|
2000-09-12 06:06:12 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
1998-05-14 09:51:15 +02:00
|
|
|
MASTER_SITE_SUBDIR= Gtk
|
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
|
|
|
|
1999-08-31 08:53:31 +02:00
|
|
|
MAINTAINER= vanilla@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
|
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
|
|
|
|
2003-10-27 18:18:48 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${PERL_LEVEL} < 500600
|
|
|
|
IGNORE= This port requires perl 5.6.0 or later. Install lang/perl5 then try again
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|