openbsd-ports/x11/p5-Gtk2/Makefile
sthen 3cdf2816b0 sync WANTLIB for some packages that could be semi-automated for some
common missing libs, with "help" from portbump, but i reviewed everything
2022-03-27 16:23:04 +00:00

32 lines
690 B
Makefile

COMMENT= set of modules to use Gtk+2 libraries from Perl
DISTNAME= Gtk2-1.24993
CPAN_AUTHOR= XAOC
REVISION= 1
CATEGORIES= x11
# LGPLv2
PERMIT_PACKAGE= Yes
WANTLIB = X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama Xrandr
WANTLIB += 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 += harfbuzz intl pango-1.0 pangocairo-1.0 pangoft2-1.0 perl z
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>