summaryrefslogtreecommitdiff
path: root/x11/gtk-theme-switch2/Makefile
blob: 583fee2fc45822ea92a502331cd8220cd555b226 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# New ports collection makefile for:	gtk-theme-switch
# Date Created:				24 July 2000
# Whom:				 	Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	gtk-theme-switch
PORTVERSION=	1.0.1
PORTREVISION=	1
CATEGORIES=	x11
MASTER_SITES=	http://www.muhri.net/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	A command line tool for switching GTK+ themes

USE_X_PREFIX=	yes
USE_GNOME=	gtk12
USE_GMAKE=	yes

MAN1=		gtk-theme-switch.1

.if !defined(NOPORTDOCS)
post-install:
	${MKDIR} ${PREFIX}/share/gtk-theme-switch
	${INSTALL_MAN} ${WRKSRC}/readme ${PREFIX}/share/gtk-theme-switch/README
.endif

.include <bsd.port.mk>