1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
freebsd-ports/net/icb/Makefile
Bill Fumerola 200796e6c5 Remove some stale MASTER_SITES, add some new MASTER_SITES
Remind By:	Fenner's portsurvey
1998-12-09 20:24:02 +00:00

37 lines
1.0 KiB
Makefile

# 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.1.1.1 1998/05/25 23:23:30 obrien Exp $
#
DISTNAME= icb-5.0.9
CATEGORIES= net
MASTER_SITES= ftp://ftp.swcp.com/pub/icb/clients/unix/ \
ftp://ftp.empire.net/pub/icb/clients/ \
ftp://ftp.cs.unm.edu/pub/armijo/icb.src/clients/ \
ftp://ftp.dorje.com/pub/archive/ \
ftp://ftp.tu-clausthal.de/pub/unix.new/net/
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>