aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/p5-Gtk/Makefile
blob: 17c32916be4c3944ae98cf858e7657938aaed8b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# New ports collection makefile for:    p5-Gtk
# Date created:     28 Oct 1997
# Whom:             Vanilla I. Shu <vanilla@MinJe.com.TW>
#
# $FreeBSD$
#

PORTNAME=   Gtk
PORTVERSION=    0.7009
PORTREVISION=   2
CATEGORIES= x11-toolkits lang perl5
MASTER_SITES=   ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Gtk
PKGNAMEPREFIX=  p5-
DISTNAME=   ${PORTNAME}-Perl-${PORTVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT=    The base module of Gtk-Perl

BUILD_DEPENDS=  ${SITE_PERL}/XML/Writer.pm:${PORTSDIR}/textproc/p5-XML-Writer \
        ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser

USE_GNOME=  gtk12
PERL_CONFIGURE= yes
CONFIGURE_ARGS= --without-guessing --lazy-load

MAN3=       Gtk.3pm \
        Gtk::CListModel.3pm \
        Gtk::cookbook.3pm \
        Gtk::objects.3pm \
        Gtk::reference.3pm

.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>