mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
4cd4ae0a5d
- Clean up Makefile remove redundancy.
34 lines
740 B
Makefile
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>
|