summaryrefslogtreecommitdiff
path: root/x11-themes/gtk-gray-theme/Makefile
blob: fe89d7562e062519a674f6ea993b3a0ef2781d8f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	gtk-gray-theme
PORTVERSION=	1.7
PORTREVISION=	7
CATEGORIES=	x11-themes gnome
MASTER_SITES=	https://BSDforge.com/projects/source/x11-themes/gtk-gray-theme/
DISTNAME=	34132-Gray

MAINTAINER=	portmaster@BSDforge.com
COMMENT=	Gray theme for GTK+ 2.0
WWW=		http://www.gnome-look.org/content/show.php?content=34132

RUN_DEPENDS=	icons-tango>0:x11-themes/icons-tango

NO_BUILD=	yes
USES=		gnome
USE_GNOME=	gtk20

do-install:
	cd ${WRKDIR} && ${COPYTREE_SHARE} "Gray Gray-Flat" ${STAGEDIR}${PREFIX}/share/themes

.include <bsd.port.mk>