aboutsummaryrefslogtreecommitdiffstats
path: root/comms/cwdaemon/Makefile
diff options
context:
space:
mode:
authordb <db@FreeBSD.org>2013-12-30 00:17:51 +0800
committerdb <db@FreeBSD.org>2013-12-30 00:17:51 +0800
commit6f35bac28bf4e953a77ed7509958355996965f14 (patch)
treeb0fbfd27bf154adf7394ce45a8259612b8902cb4 /comms/cwdaemon/Makefile
parentb21ab6cf9ce5d4ea4e4a8eb029ecd0bcf7ea5476 (diff)
downloadfreebsd-ports-gnome-6f35bac28bf4e953a77ed7509958355996965f14.tar.gz
freebsd-ports-gnome-6f35bac28bf4e953a77ed7509958355996965f14.tar.zst
freebsd-ports-gnome-6f35bac28bf4e953a77ed7509958355996965f14.zip
- convert to stage
- add LICENSE - patch to use new libcw lib from unixcw
Diffstat (limited to 'comms/cwdaemon/Makefile')
-rw-r--r--comms/cwdaemon/Makefile16
1 files changed, 4 insertions, 12 deletions
diff --git a/comms/cwdaemon/Makefile b/comms/cwdaemon/Makefile
index b00ba8c89846..902acd695c62 100644
--- a/comms/cwdaemon/Makefile
+++ b/comms/cwdaemon/Makefile
@@ -5,26 +5,18 @@ PORTNAME= cwdaemon
PORTVERSION= 0.9.4
CATEGORIES= comms hamradio
MASTER_SITES= http://www.chronos.org.uk/download/ \
- ${MASTER_SITE_LOCAL}
+ ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= db
MAINTAINER= db@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
-INSTALL_TARGET= install-exec
GNU_CONFIGURE= yes
USES= pkgconfig
-CONFIGURE_ARGS+= --datadir=${PREFIX}/share/doc
-MAN8= cwdaemon.8
-
-NO_STAGE= yes
-post-install:
-.if !defined(NOPORTDOCS)
- cd ${WRKSRC}; ${MAKE} install-data
-.else
- cd ${WRKSRC}; ${MAKE} install-man
-.endif
.include <bsd.port.mk>