mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
f83c7639aa
prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
20 lines
392 B
Makefile
20 lines
392 B
Makefile
# 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 pkgconfig
|
|
USE_XORG= x11
|
|
USE_GNOME= gtk20
|
|
|
|
PLIST_FILES= bin/switch2 man/man1/switch2.1.gz
|
|
|
|
.include <bsd.port.mk>
|