pkgsrc/comms/pilot-link/Makefile.common
rh dd4a5ac257 Update pilot-link packages to 0.11.7. Changes are too numerous to list
here.  They include
	* tons of bug fixes,
	* USB support,
	* C++ support,
	* restructured libraries; and
	* tons of other new features.
2003-01-10 04:30:16 +00:00

35 lines
853 B
Makefile

# $NetBSD: Makefile.common,v 1.3 2003/01/10 04:30:17 rh Exp $
DISTNAME= pilot-link-${PILOT_LINK_VERS}
CATEGORIES= comms
MASTER_SITES= http://www.pilot-link.org/source/
EXTRACT_SUFX= .tar.bz2
PILOT_LINK_VERS= 0.11.7
MAINTAINER= jlam@netbsd.org
HOMEPAGE?= http://www.pilot-link.org/
USE_LIBTOOL= # defined
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
GNU_CONFIGURE= # defined
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS"
CONFIGURE_ARGS+= --without-libiconv
.else
CONFIGURE_ARGS+= --with-libiconv
.endif
CONFIGURE_ARGS+= --with-cpp
CONFIGURE_ARGS+= --without-java
CONFIGURE_ARGS+= --without-itcl
CONFIGURE_ARGS+= --without-perl5
CONFIGURE_ARGS+= --without-python
CONFIGURE_ARGS+= --without-tcl
CONFIGURE_ARGS+= --without-tk
DISTINFO_FILE= ${.CURDIR}/../../comms/pilot-link/distinfo
PATCHDIR= ${.CURDIR}/../../comms/pilot-link/patches