1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/x11-themes/gnome-icon-theme-symbolic/Makefile
2021-04-06 16:31:07 +02:00

29 lines
774 B
Makefile

# Created by: gnome@freebsd.org
# $MCom: ports/trunk/x11-themes/gnome-icon-theme-symbolic/Makefile 19571 2014-04-25 18:12:46Z kwm $
PORTNAME= gnome-icon-theme-symbolic
PORTVERSION= 3.12.0
CATEGORIES= x11-themes gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME Symbolic Icons
BUILD_DEPENDS= icon-naming-utils>=0.8.7:x11-themes/icon-naming-utils
INSTALLS_ICONS= yes
USES= gmake gnome pathfix pkgconfig tar:xz
USE_GNOME= gnomeprefix
GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_path_GIT="" \
ac_cv_path_INKSCAPE=""
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
post-patch:
@${REINPLACE_CMD} -e 's|(GTK_UPDATE_ICON_CACHE) -q |(GTK_UPDATE_ICON_CACHE) -q -t -f |'g \
${WRKSRC}/Makefile.in
.include <bsd.port.mk>