1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/net/icb/Makefile

35 lines
910 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
PORTREVISION= 3
CATEGORIES= net tcl84
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
2003-02-20 19:00:52 +00:00
COMMENT= Internet CB - a mostly-defunct chat client
1998-05-25 23:23:36 +00:00
LIB_DEPENDS= tcl84.1:${PORTSDIR}/lang/tcl84
2001-09-04 13:50:10 +00:00
2001-01-06 08:09:15 +00:00
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-tclinclude=${LOCALBASE}/include/tcl8.4 \
--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>