mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
e3a7ca28c8
Site is now back up Reported by: Jamie Landeg-Jones <jamie@catflap.org>, Chris <portmaster@bsdforge.com> Approved by: portmgr (blanket)
22 lines
537 B
Makefile
22 lines
537 B
Makefile
PORTNAME= gtk-gray-theme
|
|
PORTVERSION= 1.7
|
|
PORTREVISION= 8
|
|
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>
|