freebsd-ports/x11-themes/gtk-gray-theme/Makefile
Mathieu Arnold 72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00

23 lines
504 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= http://www.gnome-look.org/CONTENT/content-files/
DISTNAME= 34132-Gray
MAINTAINER= ports@FreeBSD.org
COMMENT= Gray theme for GTK+ 2.0
RUN_DEPENDS= icons-tango>0:x11-themes/icons-tango
NO_BUILD= yes
USE_GNOME= gtk20
do-install:
cd ${WRKDIR} && ${COPYTREE_SHARE} "Gray Gray-Flat" ${STAGEDIR}${PREFIX}/share/themes
.include <bsd.port.mk>