aboutsummaryrefslogtreecommitdiff
path: root/x11/gtk-theme-switch2/Makefile
blob: 1671266a4e071d8e3b6c7e51e58e5ee82b2ee7e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Oleg Pudeyev <oleg@bsdpower.com>
# $FreeBSD$

PORTNAME=	gtk-theme-switch
DISTVERSION=	2.0.0rc2
PORTREVISION=	6
CATEGORIES=	x11
MASTER_SITES=	http://www.muhri.net/

MAINTAINER=	oleg@bsdpower.com
COMMENT=	Command line tool for switching GTK+ 2.0 themes

USES=		gmake gnome pkgconfig xorg
USE_XORG=	x11
USE_GNOME=	gtk20

PLIST_FILES=	bin/switch2 man/man1/switch2.1.gz

.include <bsd.port.mk>