Files
bsdports/misc/tango-icon-theme/Makefile
2019-12-26 07:26:06 +00:00

27 lines
581 B
Makefile

#
# $Id$
#
PORTNAME= tango-icon-theme
PORTVERSION= 0.8.90
CATEGORIES= x11-themes
MASTER_SITES= http://tango.freedesktop.org/releases/ ${MASTER_SITE_GENTOO}
MASTER_SITE_SUBDIR= distfiles
MAINTAINER= onborodin@gmail.com
COMMENT= A basic set of icons for the most common usage
BUILD_DEPENDS= ${LOCALBASE}/libexec/icon-name-mapping:xfce/icon-naming-utils
RUN_DEPENDS+= gtk-update-icon-cache:gnome/libgtk2
BUILD_DEPENDS+= gtk-update-icon-cache:gnome/libgtk2
BUILD_DEPENDS+= convert:graph/imagemagick
GNU_CONFIGURE= yes
USES+= tar:bzip2
USES+= gmake
.include <bsd.port.mk>
#EOF