7a4777dc53
GTK+ has been renamed to GTK since 2019. Reference: https://mail.gnome.org/archives/gtk-devel-list/2019-February/msg00000.html Approved by: portmgr (blanket)
24 lines
514 B
Makefile
24 lines
514 B
Makefile
PORTNAME= gtk-lila-theme
|
|
PORTVERSION= 0.5.5
|
|
PORTREVISION= 7
|
|
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
|
|
WWW= https://lila-center.info/
|
|
|
|
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>
|