2012-04-16 15:24:29 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.27 2012/04/16 19:24:29 jasper Exp $
|
2011-05-13 05:26:06 -04:00
|
|
|
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
|
|
|
|
COMMENT= standard GNOME themes
|
|
|
|
|
|
|
|
GNOME_PROJECT= gnome-themes-standard
|
2012-04-16 15:24:29 -04:00
|
|
|
GNOME_VERSION= 3.4.1
|
2011-05-13 05:40:46 -04:00
|
|
|
|
2011-05-13 05:26:06 -04:00
|
|
|
# LGPLv2.1
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
WANTLIB += GL X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
|
|
|
|
WANTLIB += Xi Xinerama Xrandr Xrender Xxf86vm atk-1.0 cairo cairo-gobject
|
2011-09-22 07:54:07 -04:00
|
|
|
WANTLIB += croco-0.6 drm expat ffi fontconfig freetype gdk-3 gdk_pixbuf-2.0
|
2011-05-13 05:26:06 -04:00
|
|
|
WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0
|
2011-10-16 15:23:34 -04:00
|
|
|
WANTLIB += gtk-3 m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre
|
2011-09-22 07:54:07 -04:00
|
|
|
WANTLIB += pixman-1 png pthread-stubs rsvg-2 xcb xcb-render xcb-shm
|
2011-11-04 05:56:28 -04:00
|
|
|
WANTLIB += xml2 z stdc++
|
2011-05-13 05:26:06 -04:00
|
|
|
|
|
|
|
MODULES= devel/gettext \
|
|
|
|
x11/gnome
|
|
|
|
|
2012-03-23 09:23:49 -04:00
|
|
|
LIB_DEPENDS= x11/gtk+3>=3.3.18 \
|
2011-09-22 07:54:07 -04:00
|
|
|
x11/gnome/librsvg
|
2011-05-13 05:26:06 -04:00
|
|
|
|
2011-12-03 14:13:18 -05:00
|
|
|
MODGNOME_ICON_CACHE= Yes
|
|
|
|
|
2011-05-13 08:52:58 -04:00
|
|
|
# As explained here:
|
|
|
|
# https://mail.gnome.org/archives/desktop-devel-list/2011-March/msg00017.html
|
|
|
|
# we need to depend on gtk-engines2 in order for the gtk2 themes to work.
|
|
|
|
RUN_DEPENDS+= x11/gtk-engines2
|
|
|
|
|
2011-05-13 05:26:06 -04:00
|
|
|
LIBTOOL_FLAGS= --tag=disable-static
|
|
|
|
|
2012-03-23 09:23:49 -04:00
|
|
|
CONFIGURE_ARGS= --disable-static
|
2011-05-13 05:26:06 -04:00
|
|
|
|
2011-10-20 02:14:04 -04:00
|
|
|
# set the global cursor theme
|
|
|
|
# https://bugzilla.gnome.org/show_bug.cgi?id=660353
|
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/icons/default
|
|
|
|
${INSTALL_DATA} ${FILESDIR}/index.theme \
|
|
|
|
${PREFIX}/share/icons/default
|
2012-03-23 09:23:49 -04:00
|
|
|
rm ${PREFIX}/share/icons/HighContrast/icon-theme.cache
|
2011-10-20 02:14:04 -04:00
|
|
|
|
2011-05-13 05:26:06 -04:00
|
|
|
.include <bsd.port.mk>
|