Lines 1-9
Link Here
|
1 |
# $FreeBSD: head/comms/wsjt/Makefile 383853 2015-04-12 10:22:18Z antoine $ |
1 |
# $FreeBSD: head/comms/wsjt/Makefile 383853 2015-04-12 10:22:18Z antoine $ |
2 |
|
2 |
|
3 |
PORTNAME= wsjt |
3 |
PORTNAME= wsjt |
4 |
VERSION= 9.1 |
4 |
PORTVERSION= 9.1 |
5 |
PORTREVISION= 9 |
5 |
PORTREVISION= 10 |
6 |
DISTVERSION= ${VERSION}.r${SVN_REV} |
|
|
7 |
CATEGORIES= comms hamradio |
6 |
CATEGORIES= comms hamradio |
8 |
MASTER_SITES= ${MASTER_SITE_LOCAL} |
7 |
MASTER_SITES= ${MASTER_SITE_LOCAL} |
9 |
MASTER_SITE_SUBDIR= db |
8 |
MASTER_SITE_SUBDIR= db |
Lines 12-22
Link Here
|
12 |
MAINTAINER= hamradio@FreeBSD.org |
11 |
MAINTAINER= hamradio@FreeBSD.org |
13 |
COMMENT= Weak signal ham radio communication package |
12 |
COMMENT= Weak signal ham radio communication package |
14 |
|
13 |
|
15 |
BROKEN= Fails to configure, missing fftw3.h header |
14 |
LICENSE= GPLv2 |
16 |
|
15 |
|
17 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter \ |
16 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter \ |
18 |
${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow |
17 |
${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow |
19 |
LIB_DEPENDS= libfftw3f.so:${PORTSDIR}/math/fftw3-float \ |
18 |
LIB_DEPENDS= libfftw3.so:${PORTSDIR}/math/fftw3 \ |
|
|
19 |
libfftw3f.so:${PORTSDIR}/math/fftw3-float \ |
20 |
libsamplerate.so:${PORTSDIR}/audio/libsamplerate |
20 |
libsamplerate.so:${PORTSDIR}/audio/libsamplerate |
21 |
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/scipy:${PORTSDIR}/science/py-scipy \ |
21 |
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/scipy:${PORTSDIR}/science/py-scipy \ |
22 |
${LOCALBASE}/lib/portaudio2/libportaudio.so:${PORTSDIR}/audio/portaudio2 \ |
22 |
${LOCALBASE}/lib/portaudio2/libportaudio.so:${PORTSDIR}/audio/portaudio2 \ |
Lines 33-39
Link Here
|
33 |
# Adding this breaks configure |
33 |
# Adding this breaks configure |
34 |
#LDFLAGS+= -shared |
34 |
#LDFLAGS+= -shared |
35 |
PLIST_SUB= PYVER=${PYTHON_VERSION:S/python//} \ |
35 |
PLIST_SUB= PYVER=${PYTHON_VERSION:S/python//} \ |
36 |
VERSION=${VERSION} |
36 |
VERSION=${PORTVERSION} |
37 |
|
37 |
|
38 |
.include <bsd.port.pre.mk> |
38 |
.include <bsd.port.pre.mk> |
39 |
|
39 |
|