Lines 6-12
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= multitail |
8 |
PORTNAME= multitail |
9 |
PORTVERSION= 3.8.10 |
9 |
PORTVERSION= 4.0.1 |
10 |
CATEGORIES= sysutils |
10 |
CATEGORIES= sysutils |
11 |
MASTER_SITES= http://www.vanheusden.com/multitail/ |
11 |
MASTER_SITES= http://www.vanheusden.com/multitail/ |
12 |
EXTRACT_SUFX= .tgz |
12 |
EXTRACT_SUFX= .tgz |
Lines 14-24
Link Here
|
14 |
MAINTAINER= obraun@FreeBSD.org |
14 |
MAINTAINER= obraun@FreeBSD.org |
15 |
COMMENT= Tail multiple files on console with ncurses |
15 |
COMMENT= Tail multiple files on console with ncurses |
16 |
|
16 |
|
17 |
USE_REINPLACE= yes |
|
|
18 |
USE_GMAKE= yes |
17 |
USE_GMAKE= yes |
19 |
|
18 |
|
20 |
MAN1= multitail.1 |
19 |
MAN1= multitail.1 |
21 |
|
20 |
|
|
|
21 |
.include <bsd.port.pre.mk> |
22 |
|
23 |
.if ${OSVERSION} < 500000 |
24 |
EXTRA_PATCHES= ${FILESDIR}/e-patch-config.c ${FILESDIR}/e-patch-cv.c |
25 |
.endif |
26 |
|
22 |
post-patch: |
27 |
post-patch: |
23 |
@${REINPLACE_CMD} -e '/^CC/d ; s/^CFLAGS=/CFLAGS+=/' ${WRKSRC}/Makefile |
28 |
@${REINPLACE_CMD} -e '/^CC/d ; s/^CFLAGS=/CFLAGS+=/' ${WRKSRC}/Makefile |
24 |
@${REINPLACE_CMD} -e 's,/etc/multitail.conf,${PREFIX}/etc/multitail.conf,' \ |
29 |
@${REINPLACE_CMD} -e 's,/etc/multitail.conf,${PREFIX}/etc/multitail.conf,' \ |
Lines 34-37
Link Here
|
34 |
${INSTALL_DATA} ${WRKSRC}/license.txt ${DOCSDIR} |
39 |
${INSTALL_DATA} ${WRKSRC}/license.txt ${DOCSDIR} |
35 |
.endif |
40 |
.endif |
36 |
|
41 |
|
37 |
.include <bsd.port.mk> |
42 |
.include <bsd.port.post.mk> |