aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/gtk-gray-theme/Makefile
blob: b4b45884b14ef7f3d5339aab80811b9c135cdc02 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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>