mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
4a952a9b4d
its master.
22 lines
415 B
Makefile
22 lines
415 B
Makefile
# New ports collection makefile for: ntp
|
|
# Date created: Fri Jul 25 09:23:26 PDT 2008
|
|
# Whom: cy
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ntp
|
|
PORTVERSION= 4.2.4p5.r1
|
|
|
|
MAINTAINER= cy@FreeBSD.org
|
|
COMMENT= The Network Time Protocol Distribution
|
|
|
|
MASTERDIR= ${.CURDIR}/../../net/ntp
|
|
MD5_FILE= ${.CURDIR}/distinfo
|
|
PKGDIR= ${.CURDIR}
|
|
DESCR= ${MASTERDIR}/pkg-descr
|
|
PLIST= ${MASTERDIR}/pkg-plist
|
|
|
|
.include "${MASTERDIR}/Makefile"
|
|
|