blob: 642aa11909f23dd46f84f3c1e304d2880a1d8b0b (
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
|
# New ports collection makefile for: gtk-theme-switch2
# Date Created: 4 December 2007
# Whom: Oleg Pudeyev <oleg@bsdpower.com>
#
# $FreeBSD$
#
PORTNAME= gtk-theme-switch
DISTVERSION= 2.0.0rc2
PORTREVISION= 2
CATEGORIES= x11
MASTER_SITES= http://www.muhri.net/
MAINTAINER= oleg@bsdpower.com
COMMENT= A command line tool for switching GTK+ 2.0 themes
USE_XORG= x11
USE_GNOME= gtk20
USE_GMAKE= yes
MAN1= switch2.1
PLIST_FILES= bin/switch2
LATEST_LINK= gtk-theme-switch2
.include <bsd.port.mk>
|