1997-11-24 10:10:43 +01:00
|
|
|
# New ports collection makefile for: pilot-link
|
|
|
|
# Date created: November, 1997
|
2002-01-08 22:18:33 +01:00
|
|
|
# Whom: Paul Traina <pst@FreeBSD.org>
|
1997-11-24 10:10:43 +01:00
|
|
|
#
|
1999-08-30 16:33:04 +02:00
|
|
|
# $FreeBSD$
|
2000-04-13 21:19:05 +02:00
|
|
|
#
|
1997-11-24 10:10:43 +01:00
|
|
|
|
2000-04-13 21:19:05 +02:00
|
|
|
PORTNAME= pilot-link
|
2006-02-02 18:11:04 +01:00
|
|
|
PORTVERSION= 0.11.8
|
2006-02-23 11:40:44 +01:00
|
|
|
PORTREVISION= 4
|
2006-02-02 18:11:04 +01:00
|
|
|
PORTEPOCH= 1
|
2004-08-26 17:25:02 +02:00
|
|
|
CATEGORIES= palm comms
|
2006-02-02 18:11:04 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GENTOO}
|
|
|
|
MASTER_SITE_SUBDIR= distfiles
|
1997-11-24 10:10:43 +01:00
|
|
|
|
2006-02-02 18:11:04 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
COMMENT= PalmPilot communications utilities (backup/restore/install/debug/...)
|
1997-11-24 10:10:43 +01:00
|
|
|
|
2004-03-30 21:56:43 +02:00
|
|
|
USE_ICONV= yes
|
2003-07-14 04:53:03 +02:00
|
|
|
USE_GETOPT_LONG=yes
|
2001-08-24 21:35:11 +02:00
|
|
|
USE_BZIP2= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2000-06-16 23:52:40 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
2006-02-02 18:11:04 +01:00
|
|
|
USE_PERL5= yes
|
|
|
|
TCL_VER?= 8.4
|
2006-02-01 17:28:50 +01:00
|
|
|
|
2006-02-02 18:11:04 +01:00
|
|
|
CFLAGS+= -I${LOCALBASE}/include
|
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+=--with-perl5=${PERL5} --with-libiconv=${LOCALBASE} --program-transform-name=
|
|
|
|
CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib"
|
2001-08-24 21:35:11 +02:00
|
|
|
|
2006-02-02 18:11:04 +01:00
|
|
|
OPTIONS= TCL "Build Tcl/Tk bindings" off
|
2004-08-26 17:25:02 +02:00
|
|
|
|
2003-01-07 07:44:34 +01:00
|
|
|
.include "${.CURDIR}/manpages.mk"
|
2004-08-26 17:25:02 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2006-02-02 18:11:04 +01:00
|
|
|
.if defined(WITH_TCL)
|
|
|
|
LIB_DEPENDS+= tk${TCL_VER:S/.//}:${PORTSDIR}/x11-toolkits/tk${TCL_VER:S/.//}
|
|
|
|
CONFIGURE_ARGS+=--with-tclinclude=${LOCALBASE}/include/tcl${TCL_VER}/ --with-tcl=${LOCALBASE}/lib/tcl${TCL_VER}/
|
|
|
|
PLIST_SUB+= WITH_TCL=""
|
2004-08-26 17:25:02 +02:00
|
|
|
.else
|
2006-02-02 18:11:04 +01:00
|
|
|
PLIST_SUB+= WITH_TCL="@comment "
|
2004-08-26 17:25:02 +02:00
|
|
|
.endif
|
2003-01-07 07:44:34 +01:00
|
|
|
|
2004-08-26 17:25:02 +02:00
|
|
|
.include <bsd.port.post.mk>
|