8099f4b4ef
pilot-links to work with newer Handspring devices (they have a *very* short timeout). Version of pilot-link-libs bumped to 0.9.5nb1.
20 lines
508 B
Makefile
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"
|