1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/comms/cwdaemon/Makefile
Diane Bruce 4cd4ae0a5d - Update to latest 0.9.4 version; this version needs libcw from unixcw.
- Clean up Makefile remove redundancy.
2008-01-02 01:38:20 +00:00

34 lines
740 B
Makefile

# 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>