summaryrefslogtreecommitdiff
path: root/x11/gtk-theme-switch2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/gtk-theme-switch2/Makefile')
-rw-r--r--x11/gtk-theme-switch2/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/x11/gtk-theme-switch2/Makefile b/x11/gtk-theme-switch2/Makefile
deleted file mode 100644
index 2a17716a69d4..000000000000
--- a/x11/gtk-theme-switch2/Makefile
+++ /dev/null
@@ -1,26 +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= 0.4
-CATEGORIES= x11
-MASTER_SITES= http://www.muhri.net/
-
-MAINTAINER= sobomax@FreeBSD.org
-
-RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Gtk.pm:${PORTSDIR}/x11-toolkits/p5-Gtk
-
-USE_X_PREFIX= yes
-USE_GTK= yes
-
-.if !defined(NOPORTDOCS)
-post-install:
- ${MKDIR} ${PREFIX}/share/gtk-theme-switch
- ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/gtk-theme-switch
-.endif
-
-.include <bsd.port.mk>