pkgsrc/graphics/p5-Gnome/Makefile
adrianp 2235bf97c7 The Gtk module allows Perl access to the Gtk+ graphical user interface
library. You can find more information about Gtk+ on http://www.gtk.org.
The Perl binding tries to follow the C interface as much as possible,
providing at the same time a fully object-oriented interface and
Perl-style calling conventions.

This is the Gnome extension of the Gtk module.
2005-01-22 18:03:18 +00:00

24 lines
692 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2005/01/22 18:03:18 adrianp Exp $
#
.include "../../x11/p5-gtk/Makefile.common"
PKGNAME= p5-Gnome-${GTKPERL_VERSION}
MAINTAINER= adrianp@NetBSD.org
COMMENT= Perl bindings for Gnome
DEPENDS+= p5-Gdk-Imlib-${GTKPERL_VERSION}:../../graphics/p5-Gdk-Imlib
MAKE_PARAMS= INSTALLMAN3DIR=${PREFIX}/man/man3
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Gnome/.packlist
SUBPACKAGE= Gnome
pre-configure:
cd ${GTKDIR}/../GdkImlib && ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
cd ${GTKDIR}/../GdkImlib && ${SETENV} ${MAKE_ENV} \
${MAKE_PROGRAM} -f ${MAKEFILE} ${BUILD_TARGET}
.include "../../x11/gnome-libs/buildlink3.mk"
.include "../../x11/p5-gtk/Makefile.subpackage"