1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/x11/gtk-theme-switch2/Makefile
Tijl Coosemans f83c7639aa Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:52:19 +00:00

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>