openbsd-ports/x11/gnome/icon-theme-extras/Makefile
jasper 994b63da94 - remove USE_X11=Yes where needed (can't we fully get rid of it?)
and set USE_X11=No where needed

agreed by aja@
2010-10-18 13:18:13 +00:00

33 lines
611 B
Makefile

# $OpenBSD: Makefile,v 1.8 2010/10/18 13:18:14 jasper Exp $
COMMENT= extra icon theme for GNOME
GNOME_PROJECT= gnome-icon-theme-extras
GNOME_VERSION= 2.30.1
REVISION= 3
CATEGORIES= x11
# CC Attribution-Share Alike 3.0
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= x11/gnome
BUILD_DEPENDS= ::x11/icon-naming-utils \
${RUN_DEPENDS}
RUN_DEPENDS= ::x11/gnome/icon-theme
PKG_ARCH= *
USE_X11= No
USE_LIBTOOL= No
CONFIGURE_ENV= ac_cv_path_GIT=false \
ac_cv_path_INKSCAPE=false \
ac_cv_path_ICONTOOL_RENDER=false
.include <bsd.port.mk>