Tweak audio/festvox-el11 version 1.4.0_2
[dports.git] / x11-themes / clearlooks-metacity / Makefile
1 # Created by: Michael Johnson <ahze@FreeBSD.org>
2 # $FreeBSD$
3 #   $MCom: ports/x11-themes/clearlooks-metacity/Makefile,v 1.3 2007/09/10 15:44:29 mezz Exp $
4
5 PORTNAME=       clearlooks-metacity
6 PORTVERSION=    2.0
7 PORTREVISION=   7
8 CATEGORIES=     x11-themes
9 MASTER_SITES=   http://www.stellingwerff.com/
10 #MASTER_SITES=  SOURCEFORGE/clearlooks
11
12 MAINTAINER=     ports@FreeBSD.org
13 COMMENT=        Clearlooks Metacity theme
14
15 CONFLICTS=      gnome-themes-2.11.9[1-9]* gnome-themes-2.*
16
17 WRKSRC=         ${WRKDIR}/Clearlooks/metacity-1/
18 USE_GNOME=      metacity gnomeprefix
19 DATADIR=        share/themes/Clearlooks/metacity-1
20 NO_BUILD=       yes
21
22 PLIST_FILES=    %%DATADIR%%/metacity-theme-1.xml
23
24 do-install:
25         @${MKDIR} ${STAGEDIR}${PREFIX}/${DATADIR}
26         ${INSTALL_DATA} ${WRKSRC}/metacity-theme-1.xml ${STAGEDIR}${PREFIX}/${DATADIR}
27
28 .include <bsd.port.mk>