# $Id: Portfile,v 1.5 2005/06/06 08:46:31 mww Exp $ PortSystem 1.0 name openntpd version 3.7p1 categories net platforms darwin maintainers mww@opendarwin.org description free, easy to use implementation of the Network Time Protocol long_description OpenNTPD is a free, easy to use implementation of the \ Network Time Protocol. It provides the ability to sync the \ local clock to remote NTP servers and can act as NTP server \ itself, redistributing the local clock. homepage http://www.openntpd.org/ master_sites openbsd:OpenNTPD checksums md5 10ed8eefd760e5819efcf3277b118f47 configure.args --mandir=${prefix}/share/man pre-destroot { addgroup _ntp gid=[nextgid] users="_ntp" set gid [existsgroup _ntp] adduser _ntp gid=${gid} password={\*} uid=[nextuid] \ home=${prefix}/var/db/ntpd shell=/usr/bin/false \ realname=OpenNTPD\ Server } post-destroot { file rename ${destroot}${prefix}/etc/ntpd.conf \ ${destroot}${prefix}/etc/ntpd.conf.sample }