freebsd-ports/x11/gtk-theme-switch/Makefile
Maxim Sobolev 51894f5bd4 Install binary and a manual page as a "gtk-theme-switch", not just "switch"
to avoid clashing with sh(1) builtin.

Submitted by:	Tobias Reifenberger <treif@mayn.de>
2001-05-10 20:51:51 +00:00

29 lines
560 B
Makefile

# 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= sobomax@FreeBSD.org
USE_X_PREFIX= yes
USE_GTK= yes
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>