mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-12 11:31:18 +02:00
30 lines
654 B
Makefile
30 lines
654 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
PORTNAME= tango-icon-theme-extras
|
|
PORTVERSION= 0.1.0
|
|
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+= gmake
|
|
|
|
RUN_DEPENDS+= ${LOCALBASE}/share/icons/Tango/index.theme:misc/tango-icon-theme
|
|
|
|
|
|
.include <bsd.port.mk>
|
|
#EOF
|
|
|