dd4a5ac257
here. They include * tons of bug fixes, * USB support, * C++ support, * restructured libraries; and * tons of other new features.
23 lines
633 B
Makefile
23 lines
633 B
Makefile
# $NetBSD: Makefile,v 1.7 2003/01/10 04:30:21 rh Exp $
|
|
#
|
|
|
|
.include "../../comms/pilot-link/Makefile.common"
|
|
|
|
PKGNAME= pilot-link-libs-${PILOT_LINK_VERS}
|
|
COMMENT= Libraries for talking to the 3Com Pilot PDA
|
|
|
|
CONFLICTS+= pilot-link-0.8.* pilot-link-0.9.[0-3]
|
|
|
|
USE_BUILDLINK2= # defined
|
|
|
|
MAKE_ENV+= PILIB="libsock/libpisock.la"
|
|
MAKE_ENV+= PICCLIB="libcc/libpicc.a"
|
|
|
|
BUILD_DIRS= ${WRKSRC}/include
|
|
BUILD_DIRS+= ${WRKSRC}/libpisock
|
|
BUILD_DIRS+= ${WRKSRC}/libpisock++
|
|
BUILD_DIRS+= ${WRKSRC}/libpisync
|
|
|
|
.include "../../converters/libiconv/buildlink2.mk"
|
|
.include "../../devel/readline/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|