Lines 2-8
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= ntp |
4 |
PORTNAME= ntp |
5 |
PORTVERSION= 4.3.13 |
5 |
PORTVERSION= 4.3.14 |
6 |
CATEGORIES= net ipv6 |
6 |
CATEGORIES= net ipv6 |
7 |
MASTER_SITES= http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-dev/ \ |
7 |
MASTER_SITES= http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-dev/ \ |
8 |
http://archive.ntp.org/ntp4/ntp-dev/ |
8 |
http://archive.ntp.org/ntp4/ntp-dev/ |
Lines 16-25
CONFLICTS= ntp-[0-9].* ntp-rc-*
Link Here
|
16 |
|
16 |
|
17 |
GNU_CONFIGURE= yes |
17 |
GNU_CONFIGURE= yes |
18 |
OPTIONS_SUB= yes |
18 |
OPTIONS_SUB= yes |
19 |
USES= pathfix shebangfix libtool |
19 |
USES= pathfix pkgconfig shebangfix libtool |
20 |
LIB_DEPENDS= libevent.so:${PORTSDIR}/devel/libevent2 |
20 |
LIB_DEPENDS= libevent.so:${PORTSDIR}/devel/libevent2 |
21 |
|
21 |
|
22 |
NTP_SHEBANG_FILES= sbin/ntp-wait sbin/ntptrace |
22 |
NTP_SHEBANG_FILES= sbin/ntp-wait sbin/ntptrace sbin/update-leap |
23 |
|
23 |
|
24 |
.include "Makefile.inc" |
24 |
.include "Makefile.inc" |
25 |
|
25 |
|