1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/net/icb/Makefile

35 lines
857 B
Makefile
Raw Normal View History

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
#
PORTNAME= icb
2001-01-06 08:09:15 +00:00
PORTVERSION= 5.1.0
2001-09-04 13:50:10 +00:00
PORTREVISION= 2
CATEGORIES= net tcl82
MASTER_SITES= http://www.obfuscation.org/ftp/pub/icb/ \
2001-01-06 08:09:15 +00:00
ftp://ftp.obfuscation.org/pub/icb/
DISTNAME= c${PORTNAME}-${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-09-04 13:50:10 +00:00
LIB_DEPENDS= tcl83:${PORTSDIR}/lang/tcl83
2001-01-12 15:32:28 +00:00
2001-01-06 08:09:15 +00:00
GNU_CONFIGURE= yes
2001-09-04 13:50:10 +00:00
CONFIGURE_ARGS= --with-tclinclude=${LOCALBASE}/include/tcl8.3 \
--with-tcllib=${LOCALBASE}/lib
1998-05-25 23:23:36 +00:00
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/icb/icb ${PREFIX}/bin
@${MKDIR} ${PREFIX}/share/icb
1998-05-25 23:23:36 +00:00
${INSTALL_DATA} ${WRKSRC}/icbserverdb ${PREFIX}/share/icb
.for file in bartender confuse echofunctions sample.icbrc
${INSTALL_DATA} ${WRKSRC}/contrib/${file} ${PREFIX}/share/icb
.endfor
1998-05-25 23:23:36 +00:00
.include <bsd.port.mk>