openbsd-ports/x11/gtk-engines2/Makefile

50 lines
1.1 KiB
Makefile
Raw Normal View History

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