2013-09-30 07:03:53 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.29 2013/09/30 07:03:53 ajacoutot Exp $
|
2006-03-15 16:10:45 +00:00
|
|
|
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
|
2007-09-15 20:04:18 +00:00
|
|
|
COMMENT= set of modules to use Gtk+2 libraries from Perl
|
2006-03-15 16:10:45 +00:00
|
|
|
|
2013-09-30 07:03:53 +00:00
|
|
|
DISTNAME= Gtk2-1.248
|
2010-07-30 09:23:28 +00:00
|
|
|
|
2007-06-07 07:44:28 +00:00
|
|
|
CATEGORIES= x11
|
2006-03-15 16:10:45 +00:00
|
|
|
|
2009-03-25 22:03:18 +00:00
|
|
|
# LGPLv2
|
2006-03-15 16:10:45 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
2009-03-07 15:37:38 +00:00
|
|
|
|
2013-03-26 08:29:29 +00:00
|
|
|
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 += m pango-1.0 pangocairo-1.0 pangoft2-1.0 z
|
2006-03-15 16:10:45 +00:00
|
|
|
|
2013-03-26 08:29:29 +00:00
|
|
|
MODULES= cpan \
|
|
|
|
devel/gettext
|
2006-03-15 16:10:45 +00:00
|
|
|
|
2010-11-22 08:36:47 +00:00
|
|
|
LIB_DEPENDS= x11/gtk+2
|
2013-03-26 08:29:29 +00:00
|
|
|
|
2010-11-22 08:36:47 +00:00
|
|
|
BUILD_DEPENDS= devel/p5-ExtUtils-Depends \
|
|
|
|
devel/p5-ExtUtils-PkgConfig \
|
2006-03-15 16:10:45 +00:00
|
|
|
${RUN_DEPENDS}
|
|
|
|
|
2013-03-26 08:29:29 +00:00
|
|
|
RUN_DEPENDS= devel/p5-Glib2>=1.280 \
|
|
|
|
devel/p5-Pango>=1.222 \
|
|
|
|
graphics/p5-Cairo>=1.101
|
2006-03-15 16:10:45 +00:00
|
|
|
|
2013-03-11 11:35:43 +00:00
|
|
|
TEST_IS_INTERACTIVE= x11
|
2006-03-15 16:10:45 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|