mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
27 lines
581 B
Makefile
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
|
|
|