mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
25 lines
498 B
Makefile
25 lines
498 B
Makefile
# 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/ \
|
|
${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= 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>
|