freebsd-ports/x11-themes/gtk-gray-theme/Makefile
Antoine Brodin 78a0e7cd5b - Stage support and simplify install
- Remove duplicate @dirrm from plist
2014-01-06 19:22:33 +00:00

22 lines
533 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= ${LOCALBASE}/share/icons/Tango:${PORTSDIR}/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>