freebsd-ports/net-im/icb/Makefile

34 lines
858 B
Makefile
Raw Normal View History

1998-05-26 01:23:36 +02: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 16:24:37 +02:00
# $FreeBSD$
1998-05-26 01:23:36 +02:00
#
PORTNAME= icb
2001-01-06 09:09:15 +01:00
PORTVERSION= 5.1.0
PORTREVISION= 3
CATEGORIES= net-im tcl
MASTER_SITES= http://www.obfuscation.org/icb/
DISTNAME= c${PORTNAME}-${PORTVERSION}
1998-05-26 01:23:36 +02:00
2001-01-06 09:09:15 +01:00
MAINTAINER= ports@FreeBSD.org
2003-02-20 20:00:52 +01:00
COMMENT= Internet CB - a mostly-defunct chat client
1998-05-26 01:23:36 +02:00
LIB_DEPENDS= tcl84.1:${PORTSDIR}/lang/tcl84
2001-09-04 15:50:10 +02:00
2001-01-06 09:09:15 +01:00
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-tclinclude=${LOCALBASE}/include/tcl8.4 \
--with-tcllib=${LOCALBASE}/lib
1998-05-26 01:23:36 +02:00
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/icb/icb ${PREFIX}/bin
@${MKDIR} ${PREFIX}/share/icb
1998-05-26 01:23:36 +02:00
${INSTALL_DATA} ${WRKSRC}/icbserverdb ${PREFIX}/share/icb
.for f in bartender confuse echofunctions sample.icbrc
${INSTALL_DATA} ${WRKSRC}/contrib/${f} ${PREFIX}/share/icb
.endfor
1998-05-26 01:23:36 +02:00
.include <bsd.port.mk>