GARNAME = wspr GARVERSION = 20101110 CATEGORIES = radio MASTER_SITES = svnco:// SVN_PATH = http://svn.berlios.de/svnroot/repos/wsjt/branches/wspr/ DISTFILES = $(DISTNAME).tar.gz NOCHECKSUM = $(DISTFILES) LIBDEPS = python/python python/py-numpy python/py-imaging python/py-pmw media/portaudio media/libsamplerate DESCRIPTION = Monitor propagation paths using low-power transmissions HOME_URL = http://www.physics.princeton.edu/pulsar/K1JT/wspr.html CONFIGURE_SCRIPTS = $(WORKSRC)/configure BUILD_SCRIPTS = $(WORKSRC)/Makefile INSTALL_SCRIPTS = $(WORKSRC)/setup.py other # The build system doesn't understand -Wl. LDFLAGS_OPTIMIZE = include ../../gar.mk CONFIGURE_ARGS += \ --with-portaudio-include-dir=$(prefix)/include \ --with-portaudio-lib-dir=$(prefix)/lib pre-configure: @cd $(WORKSRC) && rm -f *.a *.dll *.exe $(MAKECOOKIE) # As of 2.00, the Makefile and setup.py both expect to create this. pre-install: @rm -fr $(WORKSRC)/build $(MAKECOOKIE) install-other: @$(INSTALL_BIN) $(WORKSRC)/wspr @$(INSTALL_DOCS) $(WORKSRC)/*.TXT $(MAKECOOKIE)