aboutsummaryrefslogtreecommitdiffstats
path: root/comms/liquid-dsp/Makefile
blob: 2798c359aa0861157ad5dfc26ccf650bc357b485 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# $FreeBSD$

PORTNAME=   liquid-dsp
DISTVERSIONPREFIX=  ${PORTNAME}-
DISTVERSION=    1.3.1
#PORTREVISION=  1
CATEGORIES= comms

MAINTAINER= mr@FreeBSD.org
COMMENT=    Software-Defined Radio Digital Signal Processing Library

LICENSE=    MIT
LICENSE_FILE=   ${WRKSRC}/LICENSE

LIB_DEPENDS=    libfftw3.so:math/fftw3 \
        libfftw3f.so:math/fftw3-float

USE_GITHUB= yes
GH_ACCOUNT= jgaeddert
GH_TAGNAME=     4c9a751

USES=       autoreconf:build gmake #gettext-tools iconv:wchar_t libtool
GNU_CONFIGURE=  yes
MAKEFILE=   makefile
#USE_LDCONFIG=  yes
#INSTALL_TARGET=    install-strip
PORTDOCS=   *

CPPFLAGS+=  -I${LOCALBASE}/include
LIBS+=      -L${LOCALBASE}/lib

OPTIONS_DEFINE= DOCS

pre-configure:
    @cd ${WRKSRC}; ${SH} bootstrap.sh

.include <bsd.port.mk>