summaryrefslogtreecommitdiff
path: root/net/icb/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1998-05-25 23:23:36 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1998-05-25 23:23:36 +0000
commit721685a75951a3194d0d12e4096185dbd76b379c (patch)
tree85d96e92468c3e284d56a6b0bdcec9e88832ddb1 /net/icb/Makefile
parentMASTER_SITE_SUBDIR should have neither a leading nor a trailing slash. (diff)
Internet CB - a chat client
Notes
Notes: svn path=/head/; revision=11144
Diffstat (limited to 'net/icb/Makefile')
-rw-r--r--net/icb/Makefile36
1 files changed, 36 insertions, 0 deletions
diff --git a/net/icb/Makefile b/net/icb/Makefile
new file mode 100644
index 000000000000..7075ccdda77e
--- /dev/null
+++ b/net/icb/Makefile
@@ -0,0 +1,36 @@
+# ex:ts=8
+# Ports collection makefile for: icb
+# Version required: 5.0.9
+# Date created: Tue Feb 03, 1998
+# Whom: David O'Brien (obrien@NUXI.ucdavis.edu)
+#
+# $Id: Makefile,v 1.2 1997/01/25 18:08:40 obrien Exp $
+#
+
+DISTNAME= icb-5.0.9
+CATEGORIES= net
+MASTER_SITES= ftp://ftp.swcp.com/pub/icb/clients/unix/ \
+ ftp://ftp.swcp.com/pub/icb/clients/ \
+ ftp://ftp.swcp.com/pub/icb/server/ \
+ ftp://ftp.empire.net/pub/icb/clients/ \
+ ftp://ftp.cs.unm.edu/pub/armijo/icb.src/clients/
+EXTRACT_SUFX= .tar.Z
+
+MAINTAINER= obrien@FreeBSD.org
+
+do-configure:
+ @cd ${WRKSRC}; \
+ ${SED} -e s,@PREFIX@,${PREFIX},g ${FILESDIR}/config >${WRKSRC}/config
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/icb/icb ${PREFIX}/bin
+ ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+ ${PREFIX}/share/icb
+ ${INSTALL_DATA} ${WRKSRC}/icbserverdb ${PREFIX}/share/icb
+ ${INSTALL_DATA} ${WRKSRC}/sample.icbrc \
+ ${WRKSRC}/contrib/bartender \
+ ${WRKSRC}/contrib/confuse \
+ ${WRKSRC}/contrib/echofile \
+ ${PREFIX}/share/icb
+
+.include <bsd.port.mk>