freebsd-ports/comms/lysdr/files/Makefile
Mathieu Arnold 7f0f664d7e Drop 8 support.
With hat:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3694
2015-10-15 14:55:14 +00:00

12 lines
359 B
Makefile

# Makefile based on wscript
# waf does deep magic ignoring our environment.
PACKAGES= gtk+-2.0 jack fftw3
CFLAGS+= `pkg-config -cflags ${PACKAGES}`
LDFLAGS+= `pkg-config -libs ${PACKAGES}` -lm
SRCS= gui.c sdr.c filter.c audio_jack.c smeter.c waterfall.c lysdr.c
PROG= lysdr
WITHOUT_MAN= yes
.include <bsd.prog.mk>