pkgsrc/graphics/g2/Makefile
he b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
2008-10-19 19:17:40 +00:00

35 lines
918 B
Makefile

# $NetBSD: Makefile,v 1.27 2008/10/19 19:18:10 he Exp $
DISTNAME= g2-0.50
PKGREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://g2.sourceforge.net/pub/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://g2.sourceforge.net/
COMMENT= Powerful, easy to use 2D graphics library
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
PERL5_PACKLIST= auto/G2/.packlist
PERL5_CONFIGURE= no
PERL5_CONFIGURE_DIRS= ${WRKSRC}/g2_perl
BUILD_DIRS= . g2_perl
TEST_TARGET= # none
INSTALLATION_DIRS= share/doc/g2 share/examples/g2
post-configure: perl5-configure
post-install:
cd ${WRKSRC} && ${INSTALL_DATA} doc/g2_ref.txt COPYING README \
${PREFIX}/share/doc/g2
cd ${WRKSRC}/demo && ${INSTALL_DATA} *.c *.f *.inc \
${PREFIX}/share/examples/g2
.include "../../graphics/gd/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"