diff options
Diffstat (limited to 'comms/pilot-link/Makefile.common')
-rw-r--r-- | comms/pilot-link/Makefile.common | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/comms/pilot-link/Makefile.common b/comms/pilot-link/Makefile.common new file mode 100644 index 00000000000..5e8763e3c01 --- /dev/null +++ b/comms/pilot-link/Makefile.common @@ -0,0 +1,31 @@ +# $NetBSD: Makefile.common,v 1.1 2001/06/27 18:04:38 jlam Exp $ + +DISTNAME= pilot-link.${PILOT_LINK_VERS} +CATEGORIES= comms +MASTER_SITES= http://www.gnu-designs.com/pilot-link/source/ +EXTRACT_SUFX= .tar.bz2 + +PILOT_LINK_VERS= 0.9.5 + +MAINTAINER= jlam@netbsd.org +HOMEPAGE= http://www.gnu-designs.com/pilot-link/ + +USE_LIBTOOL= # defined +LTCONFIG_OVERRIDE= ${WRKSRC}/scripts/ltconfig + +GNU_CONFIGURE= # defined + +CONFIGURE_ARGS+= --with-cpp +CONFIGURE_ARGS+= --with-libiconv + +CONFIGURE_ARGS+= --without-java +CONFIGURE_ARGS+= --without-itcl +CONFIGURE_ARGS+= --without-perl5 +CONFIGURE_ARGS+= --without-python +CONFIGURE_ARGS+= --without-readline21 +CONFIGURE_ARGS+= --without-readline20 +CONFIGURE_ARGS+= --without-tcl +CONFIGURE_ARGS+= --without-tk + +DISTINFO_FILE= ${.CURDIR}/../../comms/pilot-link/distinfo +PATCHDIR= ${.CURDIR}/../../comms/pilot-link/patches |