diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-12-27 20:55:18 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-12-27 20:55:18 +0000 |
commit | 5a252daa5b65d08cf1fec926f78283a72d0c2681 (patch) | |
tree | edbeac4ccbe7cc3e2c0bec6c4025e8c3ff90c74d /x11/gtk-theme-switch2/Makefile | |
parent | 00f1db2d75c96752d183c0ba876474e83ea94a64 (diff) |
Notes
Diffstat (limited to 'x11/gtk-theme-switch2/Makefile')
-rw-r--r-- | x11/gtk-theme-switch2/Makefile | 26 |
1 files changed, 10 insertions, 16 deletions
diff --git a/x11/gtk-theme-switch2/Makefile b/x11/gtk-theme-switch2/Makefile index 8a38635d2868..8978ae775777 100644 --- a/x11/gtk-theme-switch2/Makefile +++ b/x11/gtk-theme-switch2/Makefile @@ -1,29 +1,23 @@ -# New ports collection makefile for: gtk-theme-switch -# Date Created: 24 July 2000 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> +# New ports collection makefile for: gtk-theme-switch2 +# Date Created: 4 December 2007 +# Whom: Oleg Pudeyev <oleg@bsdpower.com> # # $FreeBSD$ # PORTNAME= gtk-theme-switch -PORTVERSION= 1.0.1 -PORTREVISION= 4 +DISTVERSION= 2.0.0rc2 CATEGORIES= x11 MASTER_SITES= http://www.muhri.net/ -MAINTAINER= ports@FreeBSD.org -COMMENT= A command line tool for switching GTK+ themes +MAINTAINER= oleg@bsdpower.com +COMMENT= A command line tool for switching GTK+ 2.0 themes -USE_X_PREFIX= yes -USE_GNOME= gtk12 +USE_XORG= x11 +USE_GNOME= gtk20 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 +MAN1= switch2.1 +PLIST_FILES= bin/switch2 .include <bsd.port.mk> |