1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/security/unhide/Makefile
Sunpoet Po-Chuan Hsieh deb6e0450c - Respect CC and fix build with clang
- Add LICENSE
- Remove leading indefinite article from COMMENT
- Support STAGEDIR
- Remove contiguous blank line from pkg-descr

PR:		ports/183114
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 17 days)
2013-11-06 19:05:49 +00:00

29 lines
747 B
Makefile

# Created by: ntarmos@cs.uoi.gr
# $FreeBSD$
PORTNAME= unhide
PORTVERSION= 20121229
CATEGORIES= security
MASTER_SITES= SF/${PORTNAME}
DISTNAME= ${PORTNAME}_${DISTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= ntarmos@ceid.upatras.gr
COMMENT= Forensic tool to find hidden processes and TCP/UDP ports
LICENSE= GPLv3
NO_WRKSUBDIR= true
PLIST_FILES= man/man8/unhide.8.gz \
man/man8/unhide-tcp.8.gz \
sbin/unhide \
sbin/unhide-tcp
post-patch:
@${REINPLACE_CMD} -e 's/-eLf/-axH/g' -e 's/$$2/$$1/g' ${WRKDIR}/unhide-posix.c
@${REINPLACE_CMD} -e 's/linux\/limits/limits/g' ${WRKDIR}/unhide-output.c
@${REINPLACE_CMD} -e 's/-tan/-p tcp -an/g' -e 's/-uan/-p udp -an/g' \
-e 's/use_ss = 1/use_ss = 0/g' ${WRKDIR}/unhide-tcp.c
.include <bsd.port.mk>