aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/evtviewer/Makefile
blob: 203ac2beb0f9c94d73fa1884017fa3b46d3a4a21 (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
28
# 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.4
CATEGORIES= sysutils
MASTER_SITES=   http://contribs.martymac.com/evtViewer/ \
        ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= 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>