diff options
Diffstat (limited to 'net/bbsnet')
-rw-r--r-- | net/bbsnet/Makefile | 32 | ||||
-rw-r--r-- | net/bbsnet/distinfo | 2 | ||||
-rw-r--r-- | net/bbsnet/files/patch-Makefile | 29 | ||||
-rw-r--r-- | net/bbsnet/pkg-descr | 4 | ||||
-rw-r--r-- | net/bbsnet/pkg-plist | 5 |
5 files changed, 0 insertions, 72 deletions
diff --git a/net/bbsnet/Makefile b/net/bbsnet/Makefile deleted file mode 100644 index a2be5f392328..000000000000 --- a/net/bbsnet/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: bbsnet -# Date created: 10 Mar 2001 -# Whom: Shen Chuan-Hsing -# -# $FreeBSD$ -# - -PORTNAME= bbsnet -PORTVERSION= 2.8 -CATEGORIES= net -MASTER_SITES= http://linux.ee.tku.edu.tw/~kids/resource/ \ - ftp://freebsd.sinica.edu.tw/pub/statue/bbsnet/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= A front-end of telnet client for multiple users or in private - -DEPRECATED= Upstream disapear and distfile is no more available -EXPIRATION_DATE= 2011-05-01 - -WRKSRC= ${WRKDIR}/bbsnet - -post-patch: - @${REINPLACE_CMD} -e 79d ${WRKSRC}/bbsnet.h - -do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/bbsnet ${PREFIX}/bin - @${MKDIR} ${PREFIX}/etc/${PORTNAME} -.for data in bbsdata Help Welcome - @${INSTALL_DATA} ${WRKSRC}/${data} ${PREFIX}/etc/${PORTNAME} -.endfor - -.include <bsd.port.mk> diff --git a/net/bbsnet/distinfo b/net/bbsnet/distinfo deleted file mode 100644 index f6314d29d456..000000000000 --- a/net/bbsnet/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (bbsnet-2.8.tar.gz) = fdc3da8defb5114174000980d2cc422a16158f35251ad70deaa430c2c43a7598 -SIZE (bbsnet-2.8.tar.gz) = 43882 diff --git a/net/bbsnet/files/patch-Makefile b/net/bbsnet/files/patch-Makefile deleted file mode 100644 index 161da64d626c..000000000000 --- a/net/bbsnet/files/patch-Makefile +++ /dev/null @@ -1,29 +0,0 @@ ---- Makefile.orig Sat Jan 5 07:07:48 2002 -+++ Makefile Sat Jan 5 07:08:24 2002 -@@ -1,7 +1,6 @@ - # - # Auther: HYD, 1995 summer vacation wrote, 1997 modified - # --CC = gcc - # - ############################################### - # -@@ -21,8 +20,8 @@ - ############################################### - # - #FreeBSD --#OS = -DBSD --# LIBS = -DLOG -DSYSVIPC -+OS = -DBSD -+LIBS = -DLOG -DSYSVIPC - # - ############################################### - # -@@ -37,7 +36,6 @@ - # - ############################################### - --CFLAGS = -O2 -s -Wall - PROGRAM = bbsnet twbbs2data - - # For Private diff --git a/net/bbsnet/pkg-descr b/net/bbsnet/pkg-descr deleted file mode 100644 index 74b588c1576b..000000000000 --- a/net/bbsnet/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -BBSnet is a front-end of telnet client, and it can be used for -multiple users or in private. - -WWW: http://linux.ee.tku.edu.tw/~kids/ diff --git a/net/bbsnet/pkg-plist b/net/bbsnet/pkg-plist deleted file mode 100644 index 5661e03a6db4..000000000000 --- a/net/bbsnet/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -bin/bbsnet -etc/bbsnet/Help -etc/bbsnet/Welcome -etc/bbsnet/bbsdata -@dirrm etc/bbsnet |