1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/net-im/icb/Makefile
Vanilla I. Shu e06a80eebe - BUILD_DEPENDS -> LIB_DEPENDS
- Sort pkg-plist
- Add WWW: line

PR:		ports/24287
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2001-01-14 20:41:02 +00:00

34 lines
858 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.1.0
PORTREVISION= 1
CATEGORIES= net tcl82
MASTER_SITES= http://www.obfuscation.org/ftp/pub/icb/ \
ftp://ftp.obfuscation.org/pub/icb/
DISTNAME= c${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= tcl82.1:${PORTSDIR}/lang/tcl82
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-tclinclude=${LOCALBASE}/include/tcl8.2 \
--with-tcllib=${LOCALBASE}/lib
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/icb/icb ${PREFIX}/bin
@${MKDIR} ${PREFIX}/share/icb
${INSTALL_DATA} ${WRKSRC}/icbserverdb ${PREFIX}/share/icb
.for file in bartender confuse echofunctions sample.icbrc
${INSTALL_DATA} ${WRKSRC}/contrib/${file} ${PREFIX}/share/icb
.endfor
.include <bsd.port.mk>