34 lines
758 B
Makefile
34 lines
758 B
Makefile
# $OpenBSD: Makefile,v 1.24 2013/04/03 07:13:19 ajacoutot Exp $
|
|
|
|
COMMENT= base icon theme extension for special UI contexts
|
|
|
|
GNOME_PROJECT= gnome-icon-theme-symbolic
|
|
GNOME_VERSION= 3.8.0.1
|
|
|
|
CATEGORIES= x11
|
|
|
|
# CC Attribution-Share Alike 3.0
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MODULES= x11/gnome
|
|
|
|
BUILD_DEPENDS= x11/icon-naming-utils \
|
|
x11/icontool
|
|
|
|
RUN_DEPENDS= x11/gnome/icon-theme
|
|
|
|
PKG_ARCH= *
|
|
|
|
MODGNOME_ICON_CACHE= Yes
|
|
|
|
CONFIGURE_ENV= ac_cv_path_GIT=false \
|
|
ac_cv_path_INKSCAPE=false
|
|
CONFIGURE_ARGS= --enable-icon-mapping
|
|
|
|
# gtk-update-icon-cache is checked by configure but do not enforce the
|
|
# dependency: we don't need to run it, the package takes care of that
|
|
pre-configure:
|
|
ln -s /usr/bin/true ${WRKDIR}/bin/gtk-update-icon-cache
|
|
|
|
.include <bsd.port.mk>
|