since SHARED_ONLY support was removed across the ports tree the perl module no longer adds it, so it must be done manually for any perl ports that provide perl shared-library modules (i.e. libdata/perl5/site_perl/$ARCH/*.so) and you must not remove them from WANTLIB even if they show as "Extra".
35 lines
772 B
Makefile
35 lines
772 B
Makefile
# $OpenBSD: Makefile,v 1.42 2017/02/06 20:28:32 sthen Exp $
|
|
|
|
COMMENT= set of modules to use Gtk+2 libraries from Perl
|
|
|
|
DISTNAME= Gtk2-1.2499
|
|
REVISION= 0
|
|
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 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>
|