1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/x11/gtk-theme-switch/Makefile

30 lines
619 B
Makefile
Raw Normal View History

# 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 06:39:17 +00:00
PORTVERSION= 1.0.1
PORTREVISION= 1
CATEGORIES= x11
MASTER_SITES= http://www.muhri.net/
MAINTAINER= sobomax@FreeBSD.org
COMMENT= A command line tool for switching GTK+ themes
USE_X_PREFIX= yes
USE_GNOME= gtk12
2001-04-17 06:39:17 +00:00
USE_GMAKE= yes
MAN1= gtk-theme-switch.1
.if !defined(NOPORTDOCS)
post-install:
${MKDIR} ${PREFIX}/share/gtk-theme-switch
2001-04-17 06:39:17 +00:00
${INSTALL_MAN} ${WRKSRC}/readme ${PREFIX}/share/gtk-theme-switch/README
.endif
.include <bsd.port.mk>