freebsd-ports/net/ptpd2/Makefile
George V. Neville-Neil 39062bb788 Add a new port to track PTP version 2 release candidates and
to generally keep up with the head of development in the PTP project.

Add CONFLICTS statements to the original ptpd2 port so that the devel
and the released versions cannot be simultaneously installed on the
same system.

Approved by: skreuzer (mentor)
2012-04-11 21:00:51 +00:00

37 lines
750 B
Makefile

# New ports collection makefile for: ptpd2
# Date created: 16 November 2010
# Whom: Steven Kreuzer <skreuzer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= ptpd
DISTVERSION= 2.2.0
CATEGORIES= net
MASTER_SITES= SF
CONFLICTS= ptpd-2.r.*
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= Implementation of the precision time protocol IEEE 1588-2008
LICENSE= BSD
WRKSRC= ${WRKDIR}/ptpd-${DISTVERSION}/src
PLIST_FILES= sbin/ptpd2
PORTDOCS= *
USE_RC_SUBR= ptpd2
MAN8= ptpd2.8
do-install::
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}2 ${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}2.8 ${MANPREFIX}/man/man8
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
cd ${WRKDIR}/ptpd-${DISTVERSION}/doc && ${COPYTREE_SHARE} . ${DOCSDIR}
.endif
.include <bsd.port.mk>