freebsd-ports/sysutils/evtviewer/Makefile
Sylvio Cesar Teixeira 93ef91ceff - Update to v0.5
PR:		ports/148257
Submitted by:	Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer)
Feature safe:	yes
2010-06-30 18:18:41 +00:00

27 lines
600 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.5
CATEGORIES= sysutils
MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME:L}/${PORTNAME}-${PORTVERSION} \
http://contribs.martymac.org/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 script
do-install:
${CP} ${WRKSRC}/evtViewer ${PREFIX}/bin
.include <bsd.port.mk>