ajacoutot 1bae33ae9b Import p5-Gtk2-ImageView-0.05.
Perl bindings to the GtkImageView image viewer widget.

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

36 lines
786 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2013/11/27 09:51:00 ajacoutot Exp $
SHARED_ONLY= Yes
COMMENT= Perl bindings to the GtkImageView image viewer widget
DISTNAME= Gtk2-ImageView-0.05
CATEGORIES= x11
# LGPLv3
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 gtk-x11-2.0
WANTLIB += gtkimageview m pango-1.0 pangocairo-1.0 pangoft2-1.0
WANTLIB += z
MODULES= cpan \
devel/gettext
MODCPAN_EXAMPLES= Yes
LIB_DEPENDS= graphics/gtkimageview
BUILD_DEPENDS= devel/p5-ExtUtils-Depends \
devel/p5-ExtUtils-PkgConfig \
${RUN_DEPENDS}
RUN_DEPENDS= x11/p5-Gtk2
TEST_IS_INTERACTIVE= x11
.include <bsd.port.mk>