mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
05561aadc8
- portlint(1) PR: 96996 Submitted by: maintainer
30 lines
581 B
Makefile
30 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>
|