2006-09-12 21:58:25 +02:00
|
|
|
# New ports collection makefile for: evtViewer
|
|
|
|
# Date created: Sat Sep 01 09:30:00 UTC 2006
|
2010-09-07 17:52:18 +02:00
|
|
|
# Whom: Ganael LAPLANCHE <ganael.laplanche@martymac.org>
|
2006-09-12 21:58:25 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= evtViewer
|
2010-06-30 20:18:41 +02:00
|
|
|
PORTVERSION= 0.5
|
2010-11-16 15:19:17 +01:00
|
|
|
PORTREVISION= 1
|
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} \
|
2010-06-30 20:18:41 +02:00
|
|
|
http://contribs.martymac.org/evtViewer/
|
2006-09-12 21:58:25 +02:00
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
2010-09-27 14:08:23 +02:00
|
|
|
MAINTAINER= martymac@FreeBSD.org
|
2006-09-12 21:58:25 +02:00
|
|
|
COMMENT= PERL-based Event viewer
|
|
|
|
|
2010-11-16 15:19:17 +01:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2006-09-12 21:58:25 +02:00
|
|
|
USE_PERL5= yes
|
|
|
|
NO_BUILD= yes
|
|
|
|
|
|
|
|
PLIST_FILES= bin/evtViewer
|
|
|
|
|
2010-06-30 20:18:41 +02:00
|
|
|
# Just copy the script
|
2006-09-12 21:58:25 +02:00
|
|
|
do-install:
|
|
|
|
${CP} ${WRKSRC}/evtViewer ${PREFIX}/bin
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|