aboutsummaryrefslogtreecommitdiffstats
path: root/comms/thebridge/Makefile
blob: 86cfa5b6fec6121e913040228434caf5e233d29b (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
# ports collection makefile for:    thebridge
# Date created:     22 June 2004
# Whom:         db
#
# $FreeBSD$
#

PORTNAME=   thebridge
PORTVERSION=    0.83
CATEGORIES= comms hamradio
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= cqinet
EXTRACT_SUFX=   .tgz

MAINTAINER= db@FreeBSD.org
COMMENT=    Amateur Radio Echolink conference bridge

GNU_CONFIGURE=  yes

PORTDOCS=   README
USE_RC_SUBR=    tbd

post-install:
.if !defined(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
    ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif

.include <bsd.port.mk>