diff options
author | db <db@FreeBSD.org> | 2008-01-02 09:38:20 +0800 |
---|---|---|
committer | db <db@FreeBSD.org> | 2008-01-02 09:38:20 +0800 |
commit | 8bd6f3cc94cdd54ea3c121cf7fe808cb30554a94 (patch) | |
tree | edb56acee82c78577de94ad5a0a6a6eb0f8bc1b3 /comms/cwdaemon/Makefile | |
parent | 782ed289aee568e5e09cab353ef3ce66ba4bafa4 (diff) | |
download | freebsd-ports-gnome-8bd6f3cc94cdd54ea3c121cf7fe808cb30554a94.tar.gz freebsd-ports-gnome-8bd6f3cc94cdd54ea3c121cf7fe808cb30554a94.tar.zst freebsd-ports-gnome-8bd6f3cc94cdd54ea3c121cf7fe808cb30554a94.zip |
- Update to latest 0.9.4 version; this version needs libcw from unixcw.
- Clean up Makefile remove redundancy.
Diffstat (limited to 'comms/cwdaemon/Makefile')
-rw-r--r-- | comms/cwdaemon/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/comms/cwdaemon/Makefile b/comms/cwdaemon/Makefile index c67d7188c42a..f471c6b79950 100644 --- a/comms/cwdaemon/Makefile +++ b/comms/cwdaemon/Makefile @@ -6,7 +6,7 @@ # PORTNAME= cwdaemon -PORTVERSION= 0.9.2 +PORTVERSION= 0.9.4 CATEGORIES= comms hamradio MASTER_SITES= http://pg4i.chronos.org.uk/download/ \ http://www.qsl.net/pg4i/download/ @@ -15,10 +15,12 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= db@FreeBSD.org COMMENT= Amateur Radio cw (morse code) keyer daemon -GNU_CONFIGURE= yes -INSTALL_TARGET= install-exec +BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkg-config +LIB_DEPENDS= cw:${PORTSDIR}/comms/unixcw -CONFIGURE_ARGS= --datadir=${PREFIX}/share/doc +INSTALL_TARGET= install-exec +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --datadir=${PREFIX}/share/doc MAN8= cwdaemon.8 post-install: |