freebsd-ports/net/msntp/Makefile
Beech Rintoul 977ad81fa2 - Fix with a legitimate host name that begins with a digit.
- Makefile cleanup
- Bump portrevision

PR:		ports/120957
Submitted by:	Virgil Champlin <champlin@stupidog.org>
2008-02-22 19:39:27 +00:00

32 lines
811 B
Makefile

# New ports collection makefile for: msntp
# Date created: 4 April 2003
# Whom: Kimura Fuyuki <fuyuki@hadaly.org>
#
# $FreeBSD$
#
PORTNAME= msntp
PORTVERSION= 1.6
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= ftp://ftp.openpkg.org/sources/DST/${PORTNAME}/
MAINTAINER= ports@FreeBSD.org
COMMENT= A straightforward SNTP daemon/utility
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LIBS="-lm"
CFLAGS+= -DLOCKNAME='\"/var/run/msntp.pid\"'
CFLAGS+= -DSAVENAME='\"/var/db/msntp.state\"'
MAN1= msntp.1
PORTDOCS= README RFC2030.TXT
PLIST_FILES= bin/msntp
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/msntp ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/msntp.1 ${MANPREFIX}/man/man1
.if !defined(NOPORTDOCS)
${INSTALL} -d ${DOCSDIR}
@cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk>