mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
a568ef0024
fix simple typo in xwota Makefile while at it. Approved by: ehaupt (mentor)
32 lines
643 B
Makefile
32 lines
643 B
Makefile
# ports collection makefile for: cwdaemon
|
|
# Date created: 17 Mar 2005
|
|
# Whom: Diane Bruce <db@db.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cwdaemon
|
|
PORTVERSION= 0.9.2
|
|
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
|
|
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-exec
|
|
|
|
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>
|