blob: 5f25f0943b0299246c7a4aca7adb2275e8470c04 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# 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>
|