mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
4082ca1e8a
- Respect PREFIX PR: ports/74337 Submitted by: maintainer
32 lines
664 B
Makefile
32 lines
664 B
Makefile
# New ports collection makefile for: ipfw2dshield
|
|
# Date created: 8 June 2004
|
|
# Whom: Frank W. Josellis <frank@dynamical-systems.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ipfw2dshield
|
|
PORTVERSION= 0.5
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://www.dynamical-systems.org/ipfw/
|
|
|
|
MAINTAINER= frank@dynamical-systems.org
|
|
COMMENT= A DShield client for ipfw logs
|
|
|
|
USE_REINPLACE= yes
|
|
|
|
PORTDOCS= CHANGES README.html README.txt
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/ipfw2dshield
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
${MKDIR} ${DOCSDIR}
|
|
.for i in ${PORTDOCS}
|
|
${INSTALL_MAN} ${WRKSRC}/${i} ${DOCSDIR}
|
|
.endfor
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|