aboutsummaryrefslogtreecommitdiff
path: root/x11/gtkchtheme/Makefile
blob: 4060eb63efe781fc5931cf1d98581610e96195bf (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
24
25
26
27
# Created by: Adam Weinberger <adamw@FreeBSD.org>
# $FreeBSD$

PORTNAME=	gtkchtheme
PORTVERSION=	0.3.1
PORTREVISION=	11
CATEGORIES=	x11
MASTER_SITES=	http://plasmasturm.org/code/gtk-chtheme/
DISTNAME=	gtk-chtheme-${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	GTK2 theme changer

LICENSE=	GPLv2+
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		gmake gnome pkgconfig tar:bzip2
USE_GNOME=	gtk20

PLIST_FILES=	bin/gtk-chtheme \
		man/man1/gtk-chtheme.1.gz

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/gtk-chtheme ${STAGEDIR}${PREFIX}/bin
	${INSTALL_MAN} ${WRKSRC}/gtk-chtheme.1 ${STAGEDIR}${MANPREFIX}/man/man1

.include <bsd.port.mk>