1998-05-25 23:23:36 +00:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: icb
|
|
|
|
# Date created: Tue Feb 03, 1998
|
|
|
|
# Whom: David O'Brien (obrien@NUXI.ucdavis.edu)
|
|
|
|
#
|
1999-08-30 14:24:37 +00:00
|
|
|
# $FreeBSD$
|
1998-05-25 23:23:36 +00:00
|
|
|
#
|
|
|
|
|
2000-04-09 18:14:07 +00:00
|
|
|
PORTNAME= icb
|
2001-01-06 08:09:15 +00:00
|
|
|
PORTVERSION= 5.1.0
|
1998-05-25 23:23:36 +00:00
|
|
|
CATEGORIES= net
|
2001-01-06 08:09:15 +00:00
|
|
|
MASTER_SITES= http://ftp.obfuscation.org/ftp/pub/icb/ \
|
|
|
|
ftp://ftp.obfuscation.org/pub/icb/
|
|
|
|
DISTNAME= cicb-${PORTVERSION}
|
1998-05-25 23:23:36 +00:00
|
|
|
|
2001-01-06 08:09:15 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
1998-05-25 23:23:36 +00:00
|
|
|
|
2001-01-12 15:32:28 +00:00
|
|
|
BUILD_DEPENDS= tclsh8.3:${PORTSDIR}/lang/tcl83
|
|
|
|
|
2001-01-06 08:09:15 +00:00
|
|
|
GNU_CONFIGURE= yes
|
1998-05-25 23:23:36 +00:00
|
|
|
|
|
|
|
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
|
2001-01-06 08:09:15 +00:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/contrib/sample.icbrc \
|
1998-05-25 23:23:36 +00:00
|
|
|
${WRKSRC}/contrib/bartender \
|
|
|
|
${WRKSRC}/contrib/confuse \
|
2001-01-06 08:09:15 +00:00
|
|
|
${WRKSRC}/contrib/echofunctions \
|
1998-05-25 23:23:36 +00:00
|
|
|
${PREFIX}/share/icb
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|