freebsd-ports/comms/sdr-wspr/Makefile
Mathieu Arnold 77f8276a88 Github cleanup.
- Use the version tag instead of commit hash when they're the same.
- Remove unnneeded variables.
- Simplify go- ports when possible.
- Various fixes.

Sponsored by:	Absolight
2016-06-01 13:15:36 +00:00

24 lines
552 B
Makefile

# Created by: Jeffrey Baitis <jeff@baitis.net>
# $FreeBSD$
PORTNAME= sdr-wspr
PORTVERSION= 0.1.0
DISTVERSIONPREFIX= v
CATEGORIES= comms hamradio
MAINTAINER= jeff@baitis.net
COMMENT= WSPR receiver/decoder using libsdr
LICENSE= GPLv3
LIB_DEPENDS= libsdr-gui.so:comms/libsdr-gui
USE_GITHUB= yes
GH_ACCOUNT= hmatuschek
USE_QT5= core buildtools_build qmake webkit widgets
USES= cmake:outsource compiler:gcc-c++11-lib fortran pkgconfig
PLIST_FILES= bin/sdr-wspr share/applications/sdr-wspr.desktop \
share/icons/sdr-wspr.svg
.include <bsd.port.mk>