mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
e35f80bb23
PR: ports/126137 Submitted by: Andrey Surkov <nsand at sura dot ru> Approved by: miwi (mentor implicit)
32 lines
743 B
Makefile
32 lines
743 B
Makefile
# New ports collection makefile for: skyfish
|
|
# Date created: 23 May 2008
|
|
# Whom: Nsand <nsand@sura.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= skyfish
|
|
PORTVERSION= 0.85
|
|
CATEGORIES= net
|
|
MASTER_SITES= ftp://ftp.lissyara.su/users/nsand/skyfish/
|
|
|
|
MAINTAINER= nsand@sura.ru
|
|
COMMENT= Grabbing TCP streams from network interface (SAT internet)
|
|
|
|
SYSDIR?= ${SRC_BASE}/sys
|
|
KMODDIR= /boot/modules
|
|
PLIST_SUB+= KMODDIR=${KMODDIR}
|
|
|
|
MAN1= skyfish.1
|
|
MANCOMPRESSED= yes
|
|
|
|
pre-fetch:
|
|
.if !exists(${SYSDIR}/Makefile)
|
|
@${ECHO} "*************************************************"; \
|
|
${ECHO} "This port requires the kernel source be available"; \
|
|
${ECHO} "*************************************************"; \
|
|
exit 1
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|