39 lines
936 B
Makefile
Raw Normal View History

2013-03-11 11:35:43 +00:00
# $OpenBSD: Makefile,v 1.27 2013/03/11 11:46:14 espie Exp $
SHARED_ONLY= Yes
COMMENT= set of modules to use Gtk+2 libraries from Perl
2007-06-07 07:44:28 +00:00
MODULES= cpan
2010-04-20 17:51:21 +00:00
DISTNAME= Gtk2-1.221
2011-09-16 12:29:12 +00:00
REVISION= 5
2010-07-30 09:23:28 +00:00
2007-06-07 07:44:28 +00:00
CATEGORIES= x11
# LGPLv2
PERMIT_PACKAGE_CDROM= Yes
2009-03-07 15:37:38 +00:00
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
2010-10-11 08:11:24 +00:00
WANTLIB += 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 pthread-stubs xcb
2010-07-30 09:23:28 +00:00
WANTLIB += xcb-render xcb-render-util gtk-x11-2.0 gdk-x11-2.0 gdk_pixbuf-2.0
2007-06-07 07:44:28 +00:00
MODULES+= devel/gettext
2010-10-19 08:13:56 +00:00
USE_GROFF = Yes
2010-11-22 08:36:47 +00:00
LIB_DEPENDS= x11/gtk+2
BUILD_DEPENDS= devel/p5-ExtUtils-Depends \
devel/p5-ExtUtils-PkgConfig \
${RUN_DEPENDS}
2010-11-22 08:36:47 +00:00
RUN_DEPENDS= devel/p5-Glib2>=1.200 \
devel/p5-Pango \
graphics/p5-Cairo>=1.00
2013-03-11 11:35:43 +00:00
TEST_IS_INTERACTIVE= x11
.include <bsd.port.mk>