summaryrefslogtreecommitdiffstats
path: root/x11-themes/beastie/Makefile
blob: 0735a91e1470ea9afa813b7a1b05b3d1605a36c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
#    $MCom: ports/x11-themes/beastie/Makefile,v 1.10 2006/07/18 11:56:12 ahze Exp $

PORTNAME=	beastie
PORTVERSION=	06.05.03
PORTREVISION=	5
CATEGORIES=	x11-themes
MASTER_SITES=	LOCAL/ahze \
		http://people.freebsd.org/~ahze/distfiles/
DISTNAME=	Beastie-${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Gnome theme with FreeBSD Colors

RUN_DEPENDS+=	gtk-engines2>=2.7.4_1:x11-themes/gtk-engines2 \
		gnome-themes>=2.11.91:x11-themes/gnome-themes

WRKSRC=		${WRKDIR}/Beastie
NO_BUILD=	yes

THEME_FILES=	README index.theme gtk-2.0/gtkrc
THEME_DIR=	share/themes/Beastie/
PLIST_FILES=	${THEME_FILES:S|^|${THEME_DIR}|}

.include <bsd.port.pre.mk>

do-install:
	${MKDIR} ${STAGEDIR}${PREFIX}/${THEME_DIR}/gtk-2.0
.for f in ${THEME_FILES}
	${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/${THEME_DIR}/${f}
.endfor

.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud