diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2002-09-18 05:42:55 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2002-09-18 05:42:55 +0000 |
commit | 8e9e183382ab2802e208d1b510ed468facb285c4 (patch) | |
tree | 3c8a426225ebe5bcdd58f8fdaa8ea958c8e68c75 /palm/pilot-link-devel | |
parent | cc69e0d04567ea9229e788d55d003879c2d5a699 (diff) | |
download | ports-8e9e183382ab2802e208d1b510ed468facb285c4.tar.gz ports-8e9e183382ab2802e208d1b510ed468facb285c4.zip |
Notes
Diffstat (limited to 'palm/pilot-link-devel')
-rw-r--r-- | palm/pilot-link-devel/Makefile | 18 | ||||
-rw-r--r-- | palm/pilot-link-devel/distinfo | 2 | ||||
-rw-r--r-- | palm/pilot-link-devel/pkg-descr | 2 |
3 files changed, 8 insertions, 14 deletions
diff --git a/palm/pilot-link-devel/Makefile b/palm/pilot-link-devel/Makefile index 08b8d01612c2..5d4f90eb2d17 100644 --- a/palm/pilot-link-devel/Makefile +++ b/palm/pilot-link-devel/Makefile @@ -6,14 +6,14 @@ # PORTNAME= pilot-link -PORTVERSION= 0.11.3 -PORTREVISION= 1 +PORTVERSION= 0.11.4 CATEGORIES= palm comms tk83 MASTER_SITES= http://www.pilot-link.org/source/ MAINTAINER= dima@FreeBSD.org -LIB_DEPENDS= tk83:${PORTSDIR}/x11-toolkits/tk83 \ +LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \ + tk83:${PORTSDIR}/x11-toolkits/tk83 \ iconv.3:${PORTSDIR}/converters/libiconv USE_BZIP2= yes @@ -26,16 +26,10 @@ MAN1= dlpsh.1 ietf2datebook.1 install-datebook.1 \ pilot-addresses.1 pilot-xfer.1 read-ical.1 MAN7= pilot-link.7 -CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/tcl8.3 +CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/tcl8.3 +HAS_CONFIGURE= yes CONFIGURE_ARGS= --with-perl5=${PERL5} --with-libiconv=${LOCALBASE} +CONFIGURE_ENV= LIBS="-lgnugetopt" LDFLAGS="-L${LOCALBASE}/lib" MAKE_ARGS= LIBTOOL=libtool -post-patch: - # Remove the FORCE tag, which forced recompiling/relinking - # of the otherwise up-to-date files. - ${PERL} -pi -e 's/: FORCE/:/;' -e 's/getopt.h//;' ${WRKSRC}/Makefile.in - # When the day comes, and pilot-link starts using longopt, - # we'll start using -lgnugetopt. No need for this files: - ${RM} -f ${WRKSRC}/getopt* - .include <bsd.port.mk> diff --git a/palm/pilot-link-devel/distinfo b/palm/pilot-link-devel/distinfo index 4ee4cdfd9b10..db510c9eda6c 100644 --- a/palm/pilot-link-devel/distinfo +++ b/palm/pilot-link-devel/distinfo @@ -1 +1 @@ -MD5 (pilot-link-0.11.3.tar.bz2) = ff8bf656fa74fe9705c427c2aa8f69a0 +MD5 (pilot-link-0.11.4.tar.bz2) = 5be725095e156096be0d5791d1e41c8a diff --git a/palm/pilot-link-devel/pkg-descr b/palm/pilot-link-devel/pkg-descr index 4504d5c72f7e..1fe1e3b2d1a0 100644 --- a/palm/pilot-link-devel/pkg-descr +++ b/palm/pilot-link-devel/pkg-descr @@ -3,4 +3,4 @@ organizer. There are programs in here to transfer data, debug the pilot, synchronize with calendars, and a set of include files and libraries with which you may build your own applications in C, C++, Perl5, Tcl, Java, and Python. -WWW: http://www.gnu-designs.com/pilot-link/ +WWW: http://www.pilot-link.org/ |