blob: 720afafdaed228fe2d3c94d34c5b6700c83a553a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile.common,v 1.3 2004/04/25 02:21:06 xtraeme Exp $
#
# common things for p5-gtk based packages
GTKPERL_VERSION= 0.7009
DISTNAME= Gtk-Perl-${GTKPERL_VERSION}
CATEGORIES= x11 perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Gtk/} \
ftp://ftp.gtk.org/pub/gtk/perl/
BUILD_DEPENDS+= p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser
BUILD_DEPENDS+= p5-XML-Writer-[0-9]*:../../textproc/p5-XML-Writer
USE_BUILDLINK3= YES
USE_X11= YES
|