32 lines
726 B
Makefile
32 lines
726 B
Makefile
# New ports collection makefile for: vlog
|
|
# Date created: 31 March 2002
|
|
# Whom: hannes sowa <satbran@web.de>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= vlog
|
|
PORTVERSION= 1.1f
|
|
PORTREVISION= 1
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://inc2.com/download/
|
|
DISTNAME= vlog-${PORTVERSION}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
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_PERL5= yes
|
|
|
|
MAN1= vlog.1
|
|
MANCOMPRESSED= no
|
|
PLIST_FILES= bin/vlog
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e "s@/usr/local@${PREFIX}@g" ${WRKSRC}/Makefile
|
|
|
|
.include <bsd.port.mk>
|