pkgsrc/comms/pilot-link-libs/Makefile

28 lines
714 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.29 2022/09/25 07:33:14 nros Exp $
#
.include "../../comms/pilot-link/Makefile.common"
PKGNAME= pilot-link-libs-${PILOT_LINK_VERS}
PKGREVISION= 5
COMMENT= Libraries for talking to the 3Com Pilot PDA
CONFLICTS+= pilot-link<0.9.5
MAKE_ENV+= PILIB="libsock/libpisock.la"
MAKE_ENV+= PICCLIB="libcc/libpicc.a"
.if !empty(MACHINE_PLATFORM:MIRIX-5.3-*)
2005-03-20 22:47:35 +01:00
CONFIGURE_ENV+= ac_cv_header_inttypes_h="no"
.endif
2007-11-30 19:16:43 +01:00
BUILD_DIRS= include libpisock libpisync
# libpisock uses frexp and ldexp and dependants
# break during linking due to undefined references
LIBS+= -lm
2004-02-14 19:31:23 +01:00
.include "../../converters/libiconv/buildlink3.mk"
.include "../../mk/readline.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"