summaryrefslogtreecommitdiff
path: root/comms/pilot-link/Makefile.common
blob: 1df2a9b47e551871e1b31de031f474049b3a6dd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# $NetBSD: Makefile.common,v 1.4 2003/07/17 21:26:54 grant 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