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
|
2003-12-18 07:20:04 +01:00
|
|
|
PORTVERSION= 0.11.8
|
2004-02-03 00:09:11 +01:00
|
|
|
PORTREVISION= 2
|
2001-08-24 21:35:11 +02:00
|
|
|
CATEGORIES= palm comms tk83
|
2004-02-02 23:29:09 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GENTOO}
|
|
|
|
MASTER_SITE_SUBDIR= distfiles
|
1997-11-24 10:10:43 +01:00
|
|
|
|
2003-11-03 02:30:43 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= PalmPilot communications utilities (backup/restore/install/debug/...)
|
1997-11-24 10:10:43 +01:00
|
|
|
|
2003-07-14 04:53:03 +02:00
|
|
|
LIB_DEPENDS= tk83:${PORTSDIR}/x11-toolkits/tk83 \
|
2002-03-18 10:46:46 +01:00
|
|
|
iconv.3:${PORTSDIR}/converters/libiconv
|
1997-11-24 10:10:43 +01:00
|
|
|
|
2003-07-14 04:53:03 +02:00
|
|
|
USE_GETOPT_LONG=yes
|
2001-08-24 21:35:11 +02:00
|
|
|
USE_BZIP2= yes
|
1999-12-22 22:29:31 +01:00
|
|
|
USE_LIBTOOL= yes
|
2000-06-16 23:52:40 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
1997-11-24 10:10:43 +01:00
|
|
|
USE_PERL5= yes
|
2001-02-14 23:50:24 +01:00
|
|
|
|
2003-12-18 07:20:04 +01:00
|
|
|
CFLAGS+= -I${LOCALBASE}/include
|
2002-09-18 07:42:55 +02:00
|
|
|
HAS_CONFIGURE= yes
|
2004-02-02 23:21:55 +01:00
|
|
|
CONFIGURE_ARGS+=--with-perl5=${PERL5} --with-libiconv=${LOCALBASE} --with-tclinclude=${LOCALBASE}/include/tcl8.3/ --with-tcl=${LOCALBASE}/lib/tcl8.3/ --program-transform-name=
|
2003-07-14 04:53:03 +02:00
|
|
|
CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib"
|
2001-08-24 21:35:11 +02:00
|
|
|
|
2003-01-07 07:44:34 +01:00
|
|
|
.include "${.CURDIR}/manpages.mk"
|
|
|
|
|
2001-08-24 21:35:11 +02:00
|
|
|
.include <bsd.port.mk>
|