blob: bfd3a2a8e4974ba2372a9577ecab139776997129 (
plain) (
tree)
|
|
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
# $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 <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDOCS}
post-install:
${MKDIR} ${PREFIX}/share/gtk-theme-switch
${INSTALL_MAN} ${WRKSRC}/readme ${PREFIX}/share/gtk-theme-switch/README
.endif
.include <bsd.port.mk>
|