blob: 7a9a7e8884b69196203c8b76275e79da9b33a7b4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# Created by: Ganael LAPLANCHE <ganael.laplanche@martymac.org>
# $FreeBSD$
PORTNAME= evtViewer
PORTVERSION= 0.5
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME:L}/${PORTNAME}-${PORTVERSION} \
http://contribs.martymac.org/evtViewer/
EXTRACT_SUFX= .tgz
MAINTAINER= martymac@FreeBSD.org
COMMENT= PERL-based Event viewer
LICENSE= GPLv2
USES= perl5
NO_BUILD= yes
PLIST_FILES= bin/evtViewer
# Just copy the script
NO_STAGE= yes
do-install:
${CP} ${WRKSRC}/evtViewer ${PREFIX}/bin
.include <bsd.port.mk>
|