ajacoutot 777c6824f9 Import p5-Goo-Canvas-0.06.
Perl bindings to the goocanvas-0.9+.

input and ok jasper@
2013-11-27 09:47:51 +00:00

35 lines
761 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2013/11/27 09:47:51 ajacoutot Exp $
SHARED_ONLY= Yes
COMMENT= Perl interface to the GooCanvas
DISTNAME= Goo-Canvas-0.06
CATEGORIES= graphics
# Perl
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama
WANTLIB += Xrandr Xrender atk-1.0 cairo fontconfig freetype gdk-x11-2.0
WANTLIB += gdk_pixbuf-2.0 gio-2.0 glib-2.0 gobject-2.0 goocanvas
WANTLIB += gtk-x11-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0
WANTLIB += z
MODULES= cpan \
devel/gettext
MODCPAN_EXAMPLES= Yes
MODCPAN_EXAMPLES_DIST= demo
LIB_DEPENDS= graphics/goocanvas
BUILD_DEPENDS= devel/p5-ExtUtils-Depends \
devel/p5-ExtUtils-PkgConfig \
${RUN_DEPENDS}
RUN_DEPENDS= x11/p5-Gtk2
.include <bsd.port.mk>