ae22a7846a
- Fix typos - Fix overwritten variables with focus on master/slave ports - Remove unreferenced variables - Sort categories - Remove redundant option descriptions - Clean up commented PORTREVISION - Add missing USES Reported by: portscan
24 lines
649 B
Makefile
24 lines
649 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
|
|
|
|
LICENSE= CC-BY-SA-3.0
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= icon-naming-utils>=0.8.7:x11-themes/icon-naming-utils
|
|
|
|
USES= gmake localbase pathfix pkgconfig tar:xz
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= ac_cv_path_GIT="" \
|
|
ac_cv_path_INKSCAPE="" \
|
|
ac_cv_path_GTK_UPDATE_ICON_CACHE=/usr/bin/true
|
|
|
|
.include <bsd.port.mk>
|