e1eaa98be0
GooCanvas2 is a new canvas widget for use with Gtk3 that uses the Cairo 2d library for drawing. This is a simple and basic implementation of this wonderful Canvas widget.
22 lines
640 B
Makefile
22 lines
640 B
Makefile
# $NetBSD: Makefile,v 1.1 2021/07/26 19:19:02 bsiegert Exp $
|
|
|
|
DISTNAME= GooCanvas2-0.06
|
|
PKGNAME= p5-${DISTNAME:S/GooCanvas/goocanvas/}
|
|
CATEGORIES= graphics perl5
|
|
MASTER_SITES= https://cpan.metacpan.org/authors/id/P/PE/PERLMAX/
|
|
|
|
MAINTAINER= bsiegert@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/pod/GooCanvas2
|
|
COMMENT= Perl bindings for goocanvas2
|
|
|
|
.include "../../lang/perl5/license.mk"
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
|
|
PERL5_PACKLIST= auto/GooCanvas2/.packlist
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../graphics/goocanvas2/buildlink3.mk"
|
|
.include "../../x11/p5-gtk3/buildlink3.mk"
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|