# $FreeBSD: ports/comms/trustedqsl/files/Makefile,v 1.6 2009/06/17 12:19:35 db Exp $

all:
	(cd tqsllib-2.0;./configure --with-wxwindows=${WX_CONFIG} \
	     --prefix=${PREFIX} --with-expat=${LOCALBASE}; \
		make;make converter;make gen_crq; \
		make load_cert;make station_loc;make)
	(cd TrustedQSL-1.11;make)

install:
	(cd tqsllib-2.0;make install)
	(cd tqsllib-2.0/.libs; \
	%%INSTALL%% converter gen_crq load_cert station_loc %%PREFIX%%/bin)
	(cd TrustedQSL-1.11;make install)
