aboutsummaryrefslogtreecommitdiff
path: root/x11/gtk-theme-switch2/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2004-02-14 07:18:35 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2004-02-14 07:18:35 +0000
commit00535086d3a922b17e2beead589f92e6cd585ff8 (patch)
tree39749b1efaaad8c42f3be50320a00cac0799aacc /x11/gtk-theme-switch2/Makefile
parentb6deb36621300a80aab2d23031a1a259f9b0ce01 (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_2_1'.release/5.2.1
Notes
Notes: svn path=/head/; revision=100899 svn path=/tags/RELEASE_5_2_1/; revision=100900; tag=release/5.2.1
Diffstat (limited to 'x11/gtk-theme-switch2/Makefile')
-rw-r--r--x11/gtk-theme-switch2/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/x11/gtk-theme-switch2/Makefile b/x11/gtk-theme-switch2/Makefile
deleted file mode 100644
index 583fee2fc458..000000000000
--- a/x11/gtk-theme-switch2/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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>