Tweak x11/metisse version 0.4.1_8
[dports.git] / x11 / gtkchtheme / Makefile
1 # Created by: Adam Weinberger <adamw@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       gtkchtheme
5 PORTVERSION=    0.3.1
6 PORTREVISION=   10
7 CATEGORIES=     x11
8 MASTER_SITES=   http://plasmasturm.org/code/gtk-chtheme/
9 DISTNAME=       gtk-chtheme-${PORTVERSION}
10
11 MAINTAINER=     makc@FreeBSD.org
12 COMMENT=        GTK2 theme changer
13
14 USES=           gmake pkgconfig tar:bzip2
15 USE_GNOME=      gtk20
16
17 PLIST_FILES=    bin/gtk-chtheme \
18                 man/man1/gtk-chtheme.1.gz
19
20 do-install:
21         ${INSTALL_PROGRAM} ${WRKSRC}/gtk-chtheme ${STAGEDIR}${PREFIX}/bin
22         ${INSTALL_MAN} ${WRKSRC}/gtk-chtheme.1 ${STAGEDIR}${PREFIX}/man/man1
23
24 .include <bsd.port.mk>