diff options
Diffstat (limited to 'x11/gtk-theme-switch2')
-rw-r--r-- | x11/gtk-theme-switch2/Makefile | 29 | ||||
-rw-r--r-- | x11/gtk-theme-switch2/distinfo | 3 | ||||
-rw-r--r-- | x11/gtk-theme-switch2/files/patch-aa | 33 | ||||
-rw-r--r-- | x11/gtk-theme-switch2/pkg-descr | 3 | ||||
-rw-r--r-- | x11/gtk-theme-switch2/pkg-plist | 3 |
5 files changed, 0 insertions, 71 deletions
diff --git a/x11/gtk-theme-switch2/Makefile b/x11/gtk-theme-switch2/Makefile deleted file mode 100644 index 9b99d19dc7d3..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= 3 -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> diff --git a/x11/gtk-theme-switch2/distinfo b/x11/gtk-theme-switch2/distinfo deleted file mode 100644 index adf5248a1c9f..000000000000 --- a/x11/gtk-theme-switch2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gtk-theme-switch-1.0.1.tar.gz) = a1ce98489cbe410c5483e155e5834c46 -SHA256 (gtk-theme-switch-1.0.1.tar.gz) = 86a1bd848ae435b359b86e57d7e54c225c4de714f32f924c96f1ea8d189c885d -SIZE (gtk-theme-switch-1.0.1.tar.gz) = 12886 diff --git a/x11/gtk-theme-switch2/files/patch-aa b/x11/gtk-theme-switch2/files/patch-aa deleted file mode 100644 index c8e6569c3131..000000000000 --- a/x11/gtk-theme-switch2/files/patch-aa +++ /dev/null @@ -1,33 +0,0 @@ - -$FreeBSD$ - ---- Makefile.orig Fri Apr 13 17:57:24 2001 -+++ Makefile Tue Apr 17 09:31:20 2001 -@@ -1,7 +1,8 @@ --GCC = cc --PREFIX=/usr/local --CFLAGS = -O2 -Wall $(shell gtk-config --cflags) --LIBS = $(shell gtk-config --libs) -+GCC = ${CC} -+PREFIX?=/usr/local -+GTK_CONFIG?=gtk-config -+CFLAGS += -Wall $(shell $(GTK_CONFIG) --cflags) -+LIBS = $(shell $(GTK_CONFIG) --libs) - VERSION = 1.0.1 - all: switch - -@@ -12,11 +13,10 @@ - -rm -f switch *~ - - install: all -- strip switch - mkdir -p ${PREFIX}/bin -- mkdir -p ${PREFIX}/man -- install -c switch ${PREFIX}/bin -- install -c switch.1 ${PREFIX}/man -+ mkdir -p ${PREFIX}/man/man1 -+ $(BSD_INSTALL_PROGRAM) switch ${PREFIX}/bin/gtk-theme-switch -+ $(BSD_INSTALL_MAN) switch.1 ${PREFIX}/man/man1/gtk-theme-switch.1 - - dist: clean - rm -rf /tmp/gtk-theme-switch-$(VERSION) diff --git a/x11/gtk-theme-switch2/pkg-descr b/x11/gtk-theme-switch2/pkg-descr deleted file mode 100644 index 803be7670dfe..000000000000 --- a/x11/gtk-theme-switch2/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -A command line tool for switching GTK+ themes. - -WWW: http://www.muhri.net/gthemeswitch.php3 diff --git a/x11/gtk-theme-switch2/pkg-plist b/x11/gtk-theme-switch2/pkg-plist deleted file mode 100644 index ee0e4a7fd809..000000000000 --- a/x11/gtk-theme-switch2/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/gtk-theme-switch -share/gtk-theme-switch/README -@dirrm share/gtk-theme-switch |