opt/msntp/Pkgfile

19 lines
525 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: Simple Network Time Protocol server/client/utility
# URL: http://www.hpcf.cam.ac.uk/export/
2011-02-02 13:44:37 +01:00
# Maintainer: Juergen Daubert, jue at crux dot nu
2006-02-23 16:26:10 +01:00
name=msntp
version=1.6
release=3
2015-01-10 17:14:25 +01:00
source=(http://distcache.freebsd.org/ports-distfiles/$name-$version.tar.gz \
2006-02-23 16:26:10 +01:00
$name-$version.patch)
build () {
cd $name-$version
patch -p1 -i $SRC/$name-$version.patch
2006-02-23 16:26:10 +01:00
make
install -d $PKG/usr/{sbin,share/man/man1}
install msntp $PKG/usr/sbin
install -m 0644 msntp.1 $PKG/usr/share/man/man1
2006-02-23 16:26:10 +01:00
}