Update textproc/hs-lhs2tex to version 1.24
[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 USES=           gnome
16
17 CONFLICTS=      gnome-themes-2.11.9[1-9]* gnome-themes-2.*
18
19 WRKSRC=         ${WRKDIR}/Clearlooks/metacity-1/
20 USE_GNOME=      metacity gnomeprefix
21 DATADIR=        share/themes/Clearlooks/metacity-1
22 NO_BUILD=       yes
23
24 PLIST_FILES=    %%DATADIR%%/metacity-theme-1.xml
25
26 do-install:
27         @${MKDIR} ${STAGEDIR}${PREFIX}/${DATADIR}
28         ${INSTALL_DATA} ${WRKSRC}/metacity-theme-1.xml ${STAGEDIR}${PREFIX}/${DATADIR}
29
30 .include <bsd.port.mk>