2000-07-24 19:27:13 +02:00
|
|
|
# New ports collection makefile for: gtk-theme-switch
|
|
|
|
# Date Created: 24 July 2000
|
|
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gtk-theme-switch
|
2001-04-17 08:39:17 +02:00
|
|
|
PORTVERSION= 1.0.1
|
2008-07-09 10:43:20 +02:00
|
|
|
PORTREVISION= 6
|
2000-07-24 19:27:13 +02:00
|
|
|
CATEGORIES= x11
|
|
|
|
MASTER_SITES= http://www.muhri.net/
|
|
|
|
|
2003-07-29 11:12:37 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:36:20 +01:00
|
|
|
COMMENT= A command line tool for switching GTK+ themes
|
2000-07-24 19:27:13 +02:00
|
|
|
|
2002-09-01 17:37:37 +02:00
|
|
|
USE_GNOME= gtk12
|
2001-04-17 08:39:17 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
|
2001-05-10 22:51:51 +02:00
|
|
|
MAN1= gtk-theme-switch.1
|
2000-07-24 19:27:13 +02:00
|
|
|
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
post-install:
|
|
|
|
${MKDIR} ${PREFIX}/share/gtk-theme-switch
|
2001-04-17 08:39:17 +02:00
|
|
|
${INSTALL_MAN} ${WRKSRC}/readme ${PREFIX}/share/gtk-theme-switch/README
|
2000-07-24 19:27:13 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|