# $FreeBSD: ports/comms/trustedqsl/files/Makefile,v 1.5 2007/03/05 14:11:39 db Exp $ all: (cd tqsllib-2.0;./configure --with-wxwindows=${WX_CONFIG};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)