21 lines
520 B
Makefile
21 lines
520 B
Makefile
# $NetBSD: Makefile,v 1.4 2002/01/30 10:05:14 dillo Exp $
|
|
#
|
|
|
|
.include "../../comms/pilot-link/Makefile.common"
|
|
|
|
PKGNAME= pilot-link-libs-${PILOT_LINK_VERS}
|
|
PKGREVISION= 2
|
|
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"
|