openbsd-ports/x11/p5-Gtk2/Makefile
2017-04-28 16:52:41 +00:00

34 lines
767 B
Makefile

# $OpenBSD: Makefile,v 1.43 2017/04/28 16:52:41 ajacoutot Exp $
COMMENT= set of modules to use Gtk+2 libraries from Perl
DISTNAME= Gtk2-1.24992
CPAN_AUTHOR= XAOC
CATEGORIES= x11
# LGPLv2
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama
WANTLIB += Xrandr Xrender atk-1.0 c 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 += intl pango-1.0 pangocairo-1.0 pangoft2-1.0 z
WANTLIB += perl # uses perl ABI
MODULES= cpan
LIB_DEPENDS= x11/gtk+2
BUILD_DEPENDS= devel/p5-ExtUtils-Depends \
devel/p5-ExtUtils-PkgConfig \
${RUN_DEPENDS}
RUN_DEPENDS= devel/p5-Glib2 \
devel/p5-Pango \
graphics/p5-Cairo
TEST_IS_INTERACTIVE= x11
.include <bsd.port.mk>