1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/sysutils/sec/Makefile
Sergei Kolobov a28d85abdb - Update to 2.1.11
While I'm here:
- Perl is only needed at run-time
- Use canonical MASTER_SITE_SUBDIR
- Install additional documentation

PR:		59722
Submitted by:	maintainer
2003-12-04 21:47:52 +00:00

38 lines
823 B
Makefile

# New ports collection Makefile for: sec
# Date created: 25, February 2003
# Whom: Nicolas Jombart <ecu@ipv42.net>
#
# $FreeBSD$
#
PORTNAME= sec
PORTVERSION= 2.1.11
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= simple-evcorr
MAINTAINER= ecu@ipv42.net
COMMENT= Simple event (logs) correlator
USE_PERL5_RUN= YES
NO_BUILD= YES
USE_REINPLACE= yes
MAN8= sec.8
DOCS= ChangeLog README convert.pl itostream.c
post-patch:
${REINPLACE_CMD} -e \
's|${PORTNAME}.pl|${PORTNAME}|g' \
${WRKSRC}/${PORTNAME}.pl.man
do-install:
@${INSTALL_SCRIPT} ${WRKSRC}/sec.pl ${PREFIX}/bin/${PORTNAME}
@${INSTALL_MAN} ${WRKSRC}/sec.pl.man ${PREFIX}/man/man8/sec.8
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk>