aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/icb/Makefile
blob: 36abdf8ec2d5aa9e86b243d5451b874a04fc0484 (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
# 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
CATEGORIES= net
MASTER_SITES=   http://ftp.obfuscation.org/ftp/pub/icb/  \
        ftp://ftp.obfuscation.org/pub/icb/
DISTNAME=   cicb-${PORTVERSION}

MAINTAINER= ports@FreeBSD.org

GNU_CONFIGURE=  yes

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/icb/icb ${PREFIX}/bin
    ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
        ${PREFIX}/share/icb
    ${INSTALL_DATA} ${WRKSRC}/icbserverdb ${PREFIX}/share/icb
    ${INSTALL_DATA} ${WRKSRC}/contrib/sample.icbrc \
        ${WRKSRC}/contrib/bartender \
        ${WRKSRC}/contrib/confuse \
        ${WRKSRC}/contrib/echofunctions \
        ${PREFIX}/share/icb

.include <bsd.port.mk>