freebsd-ports/net-im/icb/Makefile

35 lines
908 B
Makefile
Raw Normal View History

1998-05-25 19:23:36 -04: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 10:24:37 -04:00
# $FreeBSD$
1998-05-25 19:23:36 -04:00
#
PORTNAME= icb
2001-01-06 03:09:15 -05:00
PORTVERSION= 5.1.0
2001-09-04 09:50:10 -04:00
PORTREVISION= 2
CATEGORIES= net tcl82
MASTER_SITES= http://www.obfuscation.org/ftp/pub/icb/ \
2001-01-06 03:09:15 -05:00
ftp://ftp.obfuscation.org/pub/icb/
DISTNAME= c${PORTNAME}-${PORTVERSION}
1998-05-25 19:23:36 -04:00
2001-01-06 03:09:15 -05:00
MAINTAINER= ports@FreeBSD.org
2003-02-20 14:00:52 -05:00
COMMENT= Internet CB - a mostly-defunct chat client
1998-05-25 19:23:36 -04:00
2001-09-04 09:50:10 -04:00
LIB_DEPENDS= tcl83:${PORTSDIR}/lang/tcl83
2001-01-06 03:09:15 -05:00
GNU_CONFIGURE= yes
2001-09-04 09:50:10 -04:00
CONFIGURE_ARGS= --with-tclinclude=${LOCALBASE}/include/tcl8.3 \
--with-tcllib=${LOCALBASE}/lib
1998-05-25 19:23:36 -04:00
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/icb/icb ${PREFIX}/bin
@${MKDIR} ${PREFIX}/share/icb
1998-05-25 19:23:36 -04: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 19:23:36 -04:00
.include <bsd.port.mk>