# Created by: Maxim Sobolev # $FreeBSD$ PORTNAME= gtk-theme-switch PORTVERSION= 1.0.1 PORTREVISION= 6 CATEGORIES= x11 MASTER_SITES= http://www.muhri.net/ PKGNAMESUFFIX= 1 MAINTAINER= ports@FreeBSD.org COMMENT= Command line tool for switching GTK+ themes USE_GNOME= gtk12 USES= gmake MAN1= gtk-theme-switch.1 NO_STAGE= yes .include .if ${PORT_OPTIONS:MDOCS} post-install: ${MKDIR} ${PREFIX}/share/gtk-theme-switch ${INSTALL_MAN} ${WRKSRC}/readme ${PREFIX}/share/gtk-theme-switch/README .endif .include