29 lines
526 B
Makefile
29 lines
526 B
Makefile
# $OpenBSD: Makefile,v 1.18 2013/03/11 11:46:11 espie Exp $
|
|
|
|
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
|
|
|
|
BUILD_DEPENDS= x11/icon-naming-utils \
|
|
x11/icontool \
|
|
${RUN_DEPENDS}
|
|
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>
|