2006-09-12 21:58:25 +02:00
|
|
|
# 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
|
2006-12-21 20:33:31 +01:00
|
|
|
PORTVERSION= 0.4
|
2006-09-12 21:58:25 +02:00
|
|
|
CATEGORIES= sysutils
|
2009-08-22 02:35:32 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME:L}/${PORTNAME}-${PORTVERSION} \
|
2007-09-05 18:16:38 +02:00
|
|
|
http://contribs.martymac.com/evtViewer/
|
2009-08-22 02:35:32 +02:00
|
|
|
|
2006-09-12 21:58:25 +02:00
|
|
|
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>
|