diff options
author | fredb <fredb@pkgsrc.org> | 2000-08-18 19:39:53 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2000-08-18 19:39:53 +0000 |
commit | b682f4d953ce06f91f20f555db3393f4ca15754b (patch) | |
tree | 301127f104bdd519106be53e47df7cc365f740d9 /net/ntp4/Makefile | |
parent | ebda60e9a7802154c2c581612eeaa71cb5cccda0 (diff) | |
download | pkgsrc-b682f4d953ce06f91f20f555db3393f4ca15754b.tar.gz |
Update to version 4.0.99k. Continuing algorithmic improvements, bug fixes;
adds readline support to "ntpq" and "ntpdc".
Diffstat (limited to 'net/ntp4/Makefile')
-rw-r--r-- | net/ntp4/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/net/ntp4/Makefile b/net/ntp4/Makefile index e4aa6932b75..5ab9d8a629d 100644 --- a/net/ntp4/Makefile +++ b/net/ntp4/Makefile @@ -1,15 +1,20 @@ -# $NetBSD: Makefile,v 1.12 2000/02/08 12:18:15 fredb Exp $ +# $NetBSD: Makefile,v 1.13 2000/08/18 19:39:53 fredb Exp $ # -DISTNAME= ntp-4.0.99d +DISTNAME= ntp-4.0.99k CATEGORIES= net -MASTER_SITES= ftp://ftp.udel.edu/pub/ntp/ntp4/ +MASTER_SITES= ftp://ftp.udel.edu/pub/ntp/ntp4/ \ + http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ MAINTAINER= fb@enteract.com HOMEPAGE= http://www.ntp.org/ +DEPENDS+= readline-4.*:../../devel/readline + GNU_CONFIGURE= YES +CONFIGURE_ENV+= "LIBS=-ltermcap" # for ntpdc + DOCDIR= ${PREFIX}/share/doc EXAMPLESDIR= ${PREFIX}/share/examples MESSAGE_FILE= ${WRKDIR}/MESSAGE |