blob: f471c6b79950ad83e92f3bac814f23e93512089e (
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
24
25
26
27
28
29
30
31
32
33
|
# ports collection makefile for: cwdaemon
# Date created: 17 Mar 2005
# Whom: Diane Bruce <db@db.net>
#
# $FreeBSD$
#
PORTNAME= cwdaemon
PORTVERSION= 0.9.4
CATEGORIES= comms hamradio
MASTER_SITES= http://pg4i.chronos.org.uk/download/ \
http://www.qsl.net/pg4i/download/
DIST_SUBDIR= ${PORTNAME}
MAINTAINER= db@FreeBSD.org
COMMENT= Amateur Radio cw (morse code) keyer daemon
BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkg-config
LIB_DEPENDS= cw:${PORTSDIR}/comms/unixcw
INSTALL_TARGET= install-exec
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --datadir=${PREFIX}/share/doc
MAN8= cwdaemon.8
post-install:
.if !defined(NOPORTDOCS)
cd ${WRKSRC}; ${MAKE} install-data
.else
cd ${WRKSRC}; ${MAKE} install-man
.endif
.include <bsd.port.mk>
|