2011-09-16 12:29:12 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.50 2011/09/16 12:29:15 espie Exp $
|
2003-06-12 19:27:25 +00:00
|
|
|
|
2006-01-20 13:12:02 +00:00
|
|
|
SHARED_ONLY= Yes
|
2002-09-12 09:33:01 +00:00
|
|
|
|
2007-09-15 20:04:18 +00:00
|
|
|
COMMENT= collection of theme engines for GTK+2
|
2002-09-12 09:33:01 +00:00
|
|
|
|
2007-10-25 15:17:25 +00:00
|
|
|
GNOME_PROJECT= gtk-engines
|
2010-10-01 19:39:58 +00:00
|
|
|
GNOME_VERSION= 2.20.2
|
2010-07-30 12:03:08 +00:00
|
|
|
|
2009-09-28 07:06:01 +00:00
|
|
|
# warning: PKGNAME does not default to ${DISTNAME}
|
2009-09-28 06:06:52 +00:00
|
|
|
PKGNAME= gtk-engines2-${GNOME_VERSION}
|
2011-09-16 12:29:12 +00:00
|
|
|
REVISION= 2
|
2009-04-14 10:13:47 +00:00
|
|
|
|
2002-09-12 09:33:01 +00:00
|
|
|
CATEGORIES= x11
|
|
|
|
|
2007-10-25 15:17:25 +00:00
|
|
|
HOMEPAGE= http://www.gnome.org/
|
2002-09-12 09:33:01 +00:00
|
|
|
|
2008-11-22 11:51:37 +00:00
|
|
|
# LGPLv2.1/GPLv2
|
2002-09-12 09:33:01 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2007-01-19 14:53:23 +00:00
|
|
|
|
2011-09-12 12:07:24 +00:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
|
2007-10-25 15:17:25 +00:00
|
|
|
WANTLIB= X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \
|
|
|
|
Xi Xinerama Xrandr Xrender atk-1.0 cairo expat fontconfig \
|
2010-10-11 08:11:24 +00:00
|
|
|
freetype gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 m \
|
2009-08-11 08:38:41 +00:00
|
|
|
pango-1.0 pangocairo-1.0 pangoft2-1.0 pixman-1 png z pcre \
|
2010-07-30 12:03:08 +00:00
|
|
|
pthread-stubs xcb xcb-render xcb-render-util gdk-x11-2.0 \
|
2010-08-25 20:45:52 +00:00
|
|
|
gdk_pixbuf-2.0 gthread-2.0 gtk-x11-2.0
|
2002-09-12 09:33:01 +00:00
|
|
|
|
2010-11-22 08:36:47 +00:00
|
|
|
LIB_DEPENDS= x11/gtk+2
|
|
|
|
RUN_DEPENDS= x11/hicolor-icon-theme
|
2007-04-23 17:33:12 +00:00
|
|
|
|
2007-10-25 15:17:25 +00:00
|
|
|
MODULES= devel/gettext \
|
|
|
|
x11/gnome
|
2006-01-20 13:12:02 +00:00
|
|
|
|
2011-04-17 14:05:56 +00:00
|
|
|
LIBTOOL_FLAGS= --tag=disable-static
|
|
|
|
|
2002-09-12 09:33:01 +00:00
|
|
|
CONFIGURE_STYLE= gnu
|
2008-11-22 12:23:47 +00:00
|
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
2011-04-17 14:05:56 +00:00
|
|
|
--disable-static \
|
2009-02-07 15:58:27 +00:00
|
|
|
--disable-lua \
|
2009-02-09 18:02:29 +00:00
|
|
|
--enable-animation
|
2007-10-25 15:17:25 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2007-04-23 17:33:12 +00:00
|
|
|
|
2011-04-26 17:59:57 +00:00
|
|
|
# nm: unknown option -- D
|
2007-04-23 17:33:12 +00:00
|
|
|
NO_REGRESS= Yes
|
2002-09-12 09:33:01 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|