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
|
2001-05-10 22:51:51 +02:00
|
|
|
PORTREVISION= 1
|
2000-07-24 19:27:13 +02:00
|
|
|
CATEGORIES= x11
|
|
|
|
MASTER_SITES= http://www.muhri.net/
|
|
|
|
|
|
|
|
MAINTAINER= sobomax@FreeBSD.org
|
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
2000-10-05 08:42:57 +02:00
|
|
|
USE_GTK= yes
|
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>
|