diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-10-05 21:14:37 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-10-05 21:14:37 +0000 |
commit | 54fbeafe5197f15f87b85400c3892237e3a91e63 (patch) | |
tree | 5c4ff1c7dec55c6b09ae5eaf7169bfa2bfa3e620 /comms/thebridge/Makefile | |
parent | 03b1d1715677388060bfe7dcf10a205d7aa0d464 (diff) |
Notes
Diffstat (limited to 'comms/thebridge/Makefile')
-rw-r--r-- | comms/thebridge/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/comms/thebridge/Makefile b/comms/thebridge/Makefile index b4fab68a6642..c3579a9a4b40 100644 --- a/comms/thebridge/Makefile +++ b/comms/thebridge/Makefile @@ -3,6 +3,7 @@ PORTNAME= thebridge PORTVERSION= 1.09 +PORTREVISION= 1 CATEGORIES= comms hamradio MASTER_SITES= SF/cqinet/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -10,6 +11,9 @@ MAINTAINER= hamradio@FreeBSD.org COMMENT= Amateur Radio Echolink conference bridge LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +RUN_DEPENDS= bash:${PORTSDIR}/shells/bash USES= gmake shebangfix tar:tgz GNU_CONFIGURE= yes @@ -18,7 +22,6 @@ USE_RC_SUBR= tbd MAKE_ARGS= AUTOMAKE="${TRUE}" SHEBANG_FILES= addons/usermgmt.cgi -SHEBANG_LANG= bash INSTALL_TARGET= install-strip |