aboutsummaryrefslogtreecommitdiffstats
path: root/net/icb/Makefile
blob: bfd936a219940d384ca54b0e939e89b092190b79 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# 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>