1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
freebsd-ports/security/vlog/Makefile
Mark Pulford 30cda655e2 Add vlog 1.1f, a curses based real-time logfile viewer.
PR:		36616
Submitted by:	hannes sowa <satbran@web.de>
2002-04-02 12:58:21 +00:00

29 lines
593 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
CATEGORIES= security
MASTER_SITES= http://inc2.com/download/
DISTNAME= vlog-${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= satbran@web.de
ALL_TARGET= it
MAKE_ARGS= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" \
LIBS="${PTHREAD_LIBS} -lcurses"
WRKSRC= ${WRKDIR}/vlog
MAN1= vlog.1
MANCOMPRESSED= no
post-patch:
${PERL} -pi -e "s@/usr/local@${PREFIX}@g" ${WRKSRC}/Makefile
.include <bsd.port.mk>