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