1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/net/htpdate/Makefile
Martin Wilke 826bb14ea3 - Update to 1.0.1
Approved by:	maintainer implicit
2008-06-20 22:05:54 +00:00

29 lines
586 B
Makefile

# New ports collection makefile for: htpdate
# Date created: 9 Jun 2005
# Whom: Vsevolod Stakhov <vsevolod@highsecure.ru>
#
# $FreeBSD$
#
PORTNAME= htpdate
PORTVERSION= 1.0.1
CATEGORIES= net ipv6
MASTER_SITES= http://www.clevervest.com/htp/archive/c/
MAINTAINER= farrokhi@FreeBSD.org
COMMENT= Time synchronization over http utility
USE_BZIP2= yes
MANCOMPRESSED= no
NOMANCOMPRESS= yes
MAN8= htpdate.8.gz
PLIST_FILES= bin/htpdate
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/htpdate ${PREFIX}/bin
@${INSTALL_MAN} ${WRKSRC}/${MAN8} ${MAN8PREFIX}/man/man8
.include <bsd.port.mk>