summaryrefslogtreecommitdiff
path: root/net/sambasentinel
diff options
context:
space:
mode:
Diffstat (limited to 'net/sambasentinel')
-rw-r--r--net/sambasentinel/Makefile33
-rw-r--r--net/sambasentinel/distinfo2
-rw-r--r--net/sambasentinel/files/patch-Makefile25
-rw-r--r--net/sambasentinel/pkg-descr3
4 files changed, 0 insertions, 63 deletions
diff --git a/net/sambasentinel/Makefile b/net/sambasentinel/Makefile
deleted file mode 100644
index 10bac21fac65..000000000000
--- a/net/sambasentinel/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# New ports collection makefile for: sambasentinel
-# Date created: Thu Jul 5 16:41:21 EDT 2001
-# Whom: Patrick Li <pat@databits.net>
-#
-# $FreeBSD$
-#
-
-PORTNAME= sambasentinel
-PORTVERSION= 0.1
-PORTREVISION= 6
-CATEGORIES= net
-MASTER_SITES= ftp://ftp.fasta.fh-dortmund.de/pub/linux/gentoo/distfiles/ \
- http://voodoo.bawue.com/download/
-DISTNAME= SambaSentinel-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= SambaSentinel is a gtk-frontend to smbstatus with additional features
-
-DEPRECATED= Upstream disapear and distfile is no more available
-EXPIRATION_DATE= 2011-05-01
-
-RUN_DEPENDS= jags:${PORTSDIR}/net/jags
-
-PLIST_FILES= bin/SambaSentinel
-WRKSRC= ${WRKDIR}/SambaSentinel
-USE_GMAKE= yes
-USE_GNOME= gtk12
-ALL_TARGET= SambaSentinel
-
-do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/SambaSentinel ${PREFIX}/bin
-
-.include <bsd.port.mk>
diff --git a/net/sambasentinel/distinfo b/net/sambasentinel/distinfo
deleted file mode 100644
index e48419815d1e..000000000000
--- a/net/sambasentinel/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (SambaSentinel-0.1.tar.gz) = 840fae896327f0b1c83db257895ff5eaa4891c9207ef8169c290ce686efb4dec
-SIZE (SambaSentinel-0.1.tar.gz) = 18909
diff --git a/net/sambasentinel/files/patch-Makefile b/net/sambasentinel/files/patch-Makefile
deleted file mode 100644
index 489add7a0863..000000000000
--- a/net/sambasentinel/files/patch-Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
---- Makefile.orig Thu Jul 5 16:46:20 2001
-+++ Makefile Thu Jul 5 16:49:08 2001
-@@ -1,16 +1,17 @@
--INCDIR = `gtk-config --cflags`
--LIBS = `gtk-config --libs gthread`
-+CC = gcc
-+INCDIR = `${GTK_CONFIG} --cflags`
-+LIBS = `${GTK_CONFIG} --libs gthread`
- TARGET = SambaSentinel
- FILES = SambaSentinel.c gtk_common.cpp
- OBJECTS = SambaSentinel.o gtk_common.o
- SambaSentinel: $(OBJECTS)
-- gcc $(INCDIR) $(LIBS) -o $(TARGET) $(OBJECTS)
-+ $(CC) $(INCDIR) $(LIBS) -o $(TARGET) $(OBJECTS)
-
- SambaSentinel.o:SambaSentinel.c
-- gcc $(INCDIR) -c -o SambaSentinel.o SambaSentinel.c
-+ $(CC) $(INCDIR) -c -o SambaSentinel.o SambaSentinel.c
-
- gtk_common.o: gtk_common.c
-- gcc $(INCDIR) -c -o gtk_common.o gtk_common.c
-+ $(CC) $(INCDIR) -c -o gtk_common.o gtk_common.c
-
- clean:
- rm -f *.o SambaSentinel *~ core
diff --git a/net/sambasentinel/pkg-descr b/net/sambasentinel/pkg-descr
deleted file mode 100644
index 6a1cc10cd0d0..000000000000
--- a/net/sambasentinel/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-SambaSentinel is basically a gtk-frontend to smbstatus but
-it extends it with number of useful features such as killing
-processes and mounting/browsing a visiting computer.