blob: 7cdb4cd1e8c42cdca5bb01f57b429b1329e82031 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# $NetBSD: Makefile,v 1.20 2001/11/29 01:12:27 hubertf Exp $
#
DISTNAME= plptools-0.6
PKGREVISION= 1
CATEGORIES= comms
MASTER_SITES= ftp://ftp.to.com/pub/psion/tarballs/
MAINTAINER= sakamoto@netbsd.org
COMMENT= FTP-like and NFS-like access tools to talk to the PSION
USE_BUILDLINK_ONLY= YES
USE_GNU_READLINE= # uses rl_filename_quoting_desired flag
USE_LIBTOOL= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --with-serial=${DEFAULT_SERIAL_DEVICE}
LIBS+= -ltermcap
.include "../../devel/readline/buildlink.mk"
.include "../../mk/bsd.pkg.mk"
|