aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/gtk-gray-theme/Makefile
blob: 4969a839e7cd05e5393cd2f82517ac891f81ec2c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Babak Farrokhi <babak@farrokhi.net>
# $FreeBSD$

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

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>