openbsd-ports/x11/p5-Gtk2/Makefile
jasper e0c7ac8a39 - update p5-Gtk2 to 1.203
- fix license marker

from James Wright, thanks
maintainer timed-out
2009-03-25 22:03:18 +00:00

45 lines
1.2 KiB
Makefile

# $OpenBSD: Makefile,v 1.11 2009/03/25 22:03:18 jasper Exp $
SHARED_ONLY= Yes
COMMENT= set of modules to use Gtk+2 libraries from Perl
MODULES= cpan
DISTNAME= Gtk2-1.203
CATEGORIES= x11
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
# LGPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB += X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 cairo expat fontconfig
WANTLIB += freetype gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0
WANTLIB += glitz gmodule-2.0 gobject-2.0 gtk-x11-2.0 m pango-1.0
WANTLIB += pangocairo-1.0 pangoft2-1.0 pixman-1 png z
MODULES+= devel/gettext
USE_X11= Yes
LIB_DEPENDS= gtk-x11-2.0,gdk-x11-2.0,gdk_pixbuf-2.0::x11/gtk+2
BUILD_DEPENDS= ::devel/p5-ExtUtils-Depends \
::devel/p5-ExtUtils-PkgConfig \
${RUN_DEPENDS}
RUN_DEPENDS= :p5-Glib2->=1.161:devel/p5-Glib2 \
:p5-Cairo->=1.00:graphics/p5-Cairo
# The regression tests require a running instance of X.
# You will also need to set the XAUTHORITY environment variable to point
# to the appropriate .Xauthority file.
REGRESS_IS_INTERACTIVE= Yes
REGRESS_FLAGS=DISPLAY=${DISPLAY} XAUTHORITY=${XAUTHORITY}
.include <bsd.port.mk>