freebsd-ports/net/htpdate/Makefile
Martin Wilke 28b42609be - Update to 0.9.3
PR:		ports/105131
Submitted by:	Babak Farrokhi <babak@farrokhi.net> (maintainer)
Sponsored by:   FreeBSD Bug-a-thon #2
2006-11-05 09:02:14 +00:00

28 lines
584 B
Makefile

# New ports collection makefile for: htpdate
# Date created: 9 Jun 2005
# Whom: Vsevolod Stakhov <vsevolod@highsecure.ru>
#
# $FreeBSD$
#
PORTNAME= htpdate
PORTVERSION= 0.9.3
CATEGORIES= net ipv6
MASTER_SITES= http://www.clevervest.com/htp/archive/c/
MAINTAINER= babak@farrokhi.net
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>