pkgsrc/x11/p5-gtk/Makefile.common
mrg 82a4fce427 part 1 to fix PR pkg/21891: split common parts of p5-gtk and it's sub
packages out, and have a generic method of building a sub package.
2003-06-23 07:14:47 +00:00

16 lines
449 B
Makefile

# $NetBSD: Makefile.common,v 1.1 2003/06/23 07:14:48 mrg Exp $
#
# common things for p5-gtk based packages
GTKPERL_VERSION= 0.7008
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_BUILDLINK2= YES
USE_X11= YES