mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
26 lines
537 B
Makefile
26 lines
537 B
Makefile
# Created by: Filippo Natali <filippo@widestore.net>
|
|
|
|
PORTNAME= gtk-lila-theme
|
|
PORTVERSION= 0.5.5
|
|
PORTREVISION= 6
|
|
CATEGORIES= x11-themes gnome
|
|
MASTER_SITES= SF/lila-theme/lila-gtk/${PORTVERSION}
|
|
DISTNAME= lila-gtk-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= GTK+ 2.0 Lila theme
|
|
|
|
WRKSRC= ${WRKDIR}/lila-gtk
|
|
NO_BUILD= yes
|
|
|
|
USES= gnome tar:bzip2
|
|
USE_GNOME= gtk20
|
|
|
|
.SILENT:
|
|
|
|
do-install:
|
|
${MKDIR} ${STAGEDIR}${PREFIX}/share/themes
|
|
(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/themes)
|
|
|
|
.include <bsd.port.mk>
|