freebsd-ports/security/smurflog/Makefile
Beech Rintoul 3cb3192a5a - Update MASTER_SITES
- Fix build with clang
- Support CFLAGS properly
- Support PLIST_FILES
Feature safe: yes

PR:		ports/174200
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2012-12-07 17:03:31 +00:00

32 lines
671 B
Makefile

# Created by: nectar@FreeBSD.org
# $FreeBSD$
PORTNAME= smurflog
PORTVERSION= 2.1
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= PACKETSTORM/UNIX/loggers
MAINTAINER= ports@FreeBSD.org
COMMENT= A program to assist logging of smurf attacks
USE_CSTD= gnu89
GNU_CONFIGURE= yes
PORTDOCS= README
PLIST_FILES= sbin/smurflog
post-patch:
@${REINPLACE_CMD} -e \
's|^CFLAGS=|#CFLAGS=|' ${WRKSRC}/configure
@${REINPLACE_CMD} -e \
'/strip/d' ${WRKSRC}/Makefile.in
do-install:
(cd ${WRKSRC} && ${INSTALL_PROGRAM} smurflog ${PREFIX}/sbin)
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
(cd ${WRKSRC} && ${INSTALL_DATA} README ${DOCSDIR})
.endif
.include <bsd.port.mk>