freebsd-ports/net/ntp-devel/Makefile
Andreas Klemm 651269fa96 Update ntp port to 4.0.91.
I decided, not to choose the newest developement snapshot,
because it's a rapidly moving target and as you can see,
they doesn't store older SNAP's on their master site.

This would break the port every now and then and I don't
want to update the port on a daily or weekly basis (at least
it's a resource problem of time and money, this thing is too
big and expensive for me here in Germany).

-rw-r--r--   1 59       59       4528325 Jan 10 15:33 ntp-4.0.91.tar.gz
                                             ^^
-rw-r--r--   1 59       59       4552788 Jan 26 22:22 ntp-4.0.91d.tar.gz
                                             ^^                 ^
1999-01-27 04:58:10 +00:00

21 lines
458 B
Makefile

# New ports collection makefile for: ntp
# Version required: 4.0.72
# Date created: Di 5 Mai 1998 21:31:03 CEST
# Whom: andreas
#
# $Id: Makefile,v 1.3 1999/01/07 19:51:11 andreas Exp $
#
DISTNAME= ntp-4.0.91
CATEGORIES= net
MASTER_SITES= ftp://ftp.udel.edu/pub/ntp/testing/
MAINTAINER= andreas@FreeBSD.ORG
GNU_CONFIGURE= yes
post-install:
${MKDIR} ${PREFIX}/share/doc/ntp
${CP} -r ${WRKSRC}/html/* ${PREFIX}/share/doc/ntp
.include <bsd.port.mk>