aboutsummaryrefslogtreecommitdiffstats
path: root/security/vlog/Makefile
blob: 753101c2cd5fd343e634c1d861a7a59b223caf38 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# New ports collection makefile for:   vlog
# Date created:                31 March 2002
# Whom:                        hannes sowa <satbran@web.de>
#
# $FreeBSD$
#

PORTNAME=   vlog
PORTVERSION=    1.1f
CATEGORIES= security
MASTER_SITES=   http://inc2.com/download/
DISTNAME=   vlog-${PORTVERSION}
EXTRACT_SUFX=   .tgz

MAINTAINER= satbran@web.de
COMMENT=    A curses based real-time logfile viewer esp. useful for ipflog

ALL_TARGET= it
MAKE_ARGS=  CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" \
        LIBS="${PTHREAD_LIBS} -lcurses"
WRKSRC=     ${WRKDIR}/vlog
USE_REINPLACE=  yes
USE_PERL5=  yes

MAN1=       vlog.1
MANCOMPRESSED=  no

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 501000
BROKEN=     "Does not compile"
.endif

post-patch:
    ${REINPLACE_CMD} -e "s@/usr/local@${PREFIX}@g" ${WRKSRC}/Makefile

.include <bsd.port.post.mk>