openbsd-ports/x11/gnome/icon-theme-extras/Makefile

29 lines
526 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.18 2013/03/11 11:46:11 espie Exp $
2011-09-12 03:28:52 -04:00
COMMENT= extra icons for GNOME
GNOME_PROJECT= gnome-icon-theme-extras
GNOME_VERSION= 3.6.2
CATEGORIES= x11
# CC Attribution-Share Alike 3.0
PERMIT_PACKAGE_CDROM= Yes
MODULES= x11/gnome
2010-11-22 03:36:47 -05:00
BUILD_DEPENDS= x11/icon-naming-utils \
2011-09-12 03:28:52 -04:00
x11/icontool \
2010-04-30 14:41:15 -04:00
${RUN_DEPENDS}
2010-11-22 03:36:47 -05:00
RUN_DEPENDS= x11/gnome/icon-theme
2010-05-01 18:22:00 -04:00
PKG_ARCH= *
2011-12-03 17:17:15 -05:00
MODGNOME_ICON_CACHE= Yes
CONFIGURE_ENV= ac_cv_path_GIT=false \
2011-09-12 03:28:52 -04:00
ac_cv_path_INKSCAPE=false
CONFIGURE_ARGS= --enable-icon-mapping
.include <bsd.port.mk>