openbsd-ports/x11/gnome/icon-theme-symbolic/Makefile
ajacoutot 2e38793226 Default libtool(1) is in base now so there is no point in settings
USE_LIBTOOL to no since this has no implication on the build for these
particular ports.
2012-11-17 09:40:41 +00:00

35 lines
699 B
Makefile

# $OpenBSD: Makefile,v 1.21 2012/11/17 09:40:42 ajacoutot Exp $
COMMENT= base icon theme extension for special UI contexts
GNOME_PROJECT= gnome-icon-theme-symbolic
GNOME_VERSION= 3.6.2
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 \
x11/icontool
# gtk-update-icon-cache is used at build time
BUILD_DEPENDS +=x11/gtk+2,-guic
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
.include <bsd.port.mk>