blob: 4bdf1d6101b36137f9077fb6421d65ca5316496a (
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
|
# Created by: Diane Bruce <db@db.net>
# $FreeBSD$
PORTNAME= cwdaemon
PORTVERSION= 0.9.4
CATEGORIES= comms hamradio
MASTER_SITES= http://www.chronos.org.uk/download/ \
LOCAL/db
MAINTAINER= hamradio@FreeBSD.org
COMMENT= Amateur Radio cw (Morse code) keyer daemon
LICENSE= GPLv2
LIB_DEPENDS= libcw.so:${PORTSDIR}/comms/unixcw
CONFIGURE_ARGS+= --datadir=${PREFIX}/share/doc
GNU_CONFIGURE= yes
USES= pkgconfig
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>
|