[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / x11 / p5-Gtk2-ImageView

File: [local] / ports / x11 / p5-Gtk2-ImageView / Makefile (download)

Revision 1.13, Sun Mar 27 16:23:07 2022 UTC (2 years, 2 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, HEAD
Changes since 1.12: +4 -4 lines

sync WANTLIB for some packages that could be semi-automated for some
common missing libs, with "help" from portbump, but i reviewed everything

COMMENT=		Perl bindings to the GtkImageView image viewer widget

DISTNAME=		Gtk2-ImageView-0.05
REVISION=		7

CATEGORIES=		x11
FIX_EXTRACT_PERMISSIONS=Yes

# LGPLv3
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 += gtkimageview harfbuzz intl pango-1.0 pangocairo-1.0
WANTLIB += pangoft2-1.0 perl z

MODULES=	cpan

MODCPAN_EXAMPLES=	Yes

LIB_DEPENDS=		devel/gettext,-runtime \
			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>