freebsd-ports/net/ntp/Makefile
Andreas Klemm d1ecc97553 update ntpdate to last version 4.0.93a
got a patch to make it run.

Submitted by:	sorry, deleted mail too fast
1999-06-26 06:54:17 +00:00

26 lines
645 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.5 1999/05/03 01:11:25 mharo Exp $
#
DISTNAME= ntp-4.0.93a
CATEGORIES= net
MASTER_SITES= ftp://ftp.udel.edu/pub/ntp/testing/
MAINTAINER= andreas@FreeBSD.ORG
# ntp's configure script created by autoconf 2.14.1 doesn't work
# our autoconf version 2.13 produces better results
USE_AUTOCONF= yes
#BROKEN= "structure has no member named \`tv_usec'"
GNU_CONFIGURE= yes
post-install:
${MKDIR} ${PREFIX}/share/doc/ntp
${CP} -r ${WRKSRC}/html/* ${PREFIX}/share/doc/ntp
.include <bsd.port.mk>