blob: ac70758fd93ed9c6345ac99546d0ed2d15e81cff (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Port logic stolen from x11-themes/kde-icons-noia by
# lioux@.
PORTNAME= metacity-themes
PORTVERSION= 20040306
PORTREVISION= 5
CATEGORIES= x11-themes gnome
MASTER_SITES= # Empty
DISTFILES= # Empty
EXTRACT_ONLY= # Empty
MAINTAINER= ports@FreeBSD.org
COMMENT= Meta-port for Gnome Metacity themes
WWW= https://art.gnome.org
RUN_DEPENDS= ${LOCALBASE}/share/themes/microgui/metacity-1/metacity-theme-1.xml:x11-themes/metacity-theme-microgui
NO_BUILD= yes
NO_MTREE= yes
do-install: # Empty
.include <bsd.port.mk>
|