pkgsrc/comms/pilot-link-libs/Makefile
dillo 8099f4b4ef Add patch provided by Bernd Sieker to retry opening tty. This allows
pilot-links to work with newer Handspring devices (they have a *very*
short timeout).

Version of pilot-link-libs bumped to 0.9.5nb1.
2001-08-09 08:49:46 +00:00

20 lines
508 B
Makefile

# $NetBSD: Makefile,v 1.2 2001/08/09 08:49:48 dillo Exp $
#
.include "../../comms/pilot-link/Makefile.common"
PKGNAME= pilot-link-libs-${PILOT_LINK_VERS}nb1
COMMENT= Libraries for talking to the 3Com Pilot PDA
CONFLICTS+= pilot-link-0.8.* pilot-link-0.9.[0-3]
USE_BUILDLINK_ONLY= # defined
MAKE_ENV+= PILIB="libsock/libpisock.la"
MAKE_ENV+= PICCLIB="libcc/libpicc.a"
ALL_TARGET= libs
INSTALL_TARGET= install-libs
.include "../../converters/libiconv/buildlink.mk"
.include "../../mk/bsd.pkg.mk"