freebsd-ports/comms/thebridge/Makefile
Marcus Alves Grando 05561aadc8 - Update to 0.81
- portlint(1)

PR:		96996
Submitted by:	maintainer
2006-05-09 17:10:44 +00:00

29 lines
581 B
Makefile

# ports collection makefile for: thebridge
# Date created: 22 June 2004
# Whom: db
#
# $FreeBSD$
#
PORTNAME= thebridge
PORTVERSION= 0.81
CATEGORIES= comms hamradio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= cqinet
EXTRACT_SUFX= .tgz
MAINTAINER= db@db.net
COMMENT= Amateur Radio Echolink conference bridge
GNU_CONFIGURE= yes
PORTDOCS= README
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
${INSTALL_SCRIPT} ${WRKSRC}/FreeBSD/tbd.sh ${PREFIX}/etc/rc.d/tbd.sh.sample
.include <bsd.port.mk>