1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/x11-themes/gtk-gray-theme/Makefile
Steve Wills 78903372dd x11-themes/gtk-gray-theme: Fix MASTER_SITES
While here, assign maintainership to submitter

PR:		241286
Submitted by:	Chris Hutchinson <portmaster@bsdforge.com>
2019-11-09 03:01:03 +00:00

24 lines
538 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= 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>