freebsd-ports/net/ptpd/Makefile
Wesley Shields 0a66c5e1a5 This is a port of ptpd, the Precision Time Protocol, which is an
implementation of IEEE 1588.

http://ptpd.sourceforge.net/

Submitted by:	gnn (private mail/IRC)
Approved by:	garga (mentor, implicit)
2008-06-05 01:44:43 +00:00

31 lines
605 B
Makefile

# New ports collection makefile for: ptpd
# Date created: 4 June 2008
# Whom: George V. Neville-Neil <gnn@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= ptpd
DISTVERSION= 1rc1
CATEGORIES= net
MASTER_SITES= SF
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ptpd_${DISTVERSION}
MAINTAINER= gnn@freebsd.org
COMMENT= An implementation of the precision time protocol IEEE 1588
WRKSRC= ${WRKDIR}/ptpd/src
PLIST_FILES= bin/ptpd
USE_RC_SUBR= ptp
MAN8= ptpd.8
do-install::
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${MANPREFIX}/man/man8
.include <bsd.port.mk>