090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
24 lines
474 B
Makefile
24 lines
474 B
Makefile
# 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= 1
|
|
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
|
|
|
|
.include <bsd.port.mk>
|