freebsd-ports/x11-themes/gtk-gray-theme/Makefile
Antoine Brodin 364abe76fd Switch some dependencies from a directory name or a file generated by pkg-install
to a package name,  as the former can't be attributed to a package
2015-01-24 15:07:39 +00:00

22 lines
516 B
Makefile

# Created by: Babak Farrokhi <babak@farrokhi.net>
# $FreeBSD$
PORTNAME= gtk-gray-theme
PORTVERSION= 1.7
PORTREVISION= 7
CATEGORIES= x11-themes gnome
MASTER_SITES= http://www.gnome-look.org/CONTENT/content-files/
DISTNAME= 34132-Gray
MAINTAINER= ports@FreeBSD.org
COMMENT= Gray theme for GTK+ 2.0
RUN_DEPENDS= icons-tango>0:${PORTSDIR}/x11-themes/icons-tango
NO_BUILD= yes
USE_GNOME= gtk20
do-install:
cd ${WRKDIR} && ${COPYTREE_SHARE} "Gray Gray-Flat" ${STAGEDIR}${PREFIX}/share/themes
.include <bsd.port.mk>