freebsd-ports/sysutils/evtviewer/Makefile
Martin Wilke 229d0d3330 evtViewer - A PERL-based viewer for Ms event (*.evt) log files.
evtViewer displays Ms event (*.evt) log files in a human-readable format.

WWW: http://contribs.martymac.com

PR:		ports/103180
Submitted by:	Ganael LAPLANCHE <ganael.laplanche(at)martymac.com>
2006-09-12 19:58:25 +00:00

26 lines
539 B
Makefile

# New ports collection makefile for: evtViewer
# Date created: Sat Sep 01 09:30:00 UTC 2006
# Whom: Ganael LAPLANCHE <ganael.laplanche@martymac.com>
#
# $FreeBSD$
#
PORTNAME= evtViewer
PORTVERSION= 0.2
CATEGORIES= sysutils
MASTER_SITES= http://contribs.martymac.com/evtViewer/
EXTRACT_SUFX= .tgz
MAINTAINER= ganael.laplanche@martymac.com
COMMENT= PERL-based Event viewer
USE_PERL5= yes
NO_BUILD= yes
PLIST_FILES= bin/evtViewer
# Just copy the scripts
do-install:
${CP} ${WRKSRC}/evtViewer ${PREFIX}/bin
.include <bsd.port.mk>