mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
37 lines
982 B
Makefile
37 lines
982 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: icb
|
|
# Date created: Tue Feb 03, 1998
|
|
# Whom: David O'Brien (obrien@NUXI.ucdavis.edu)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= icb
|
|
PORTVERSION= 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>
|