2008-07-25 08:46:16 +00:00
|
|
|
# New ports collection makefile for: skyfish
|
|
|
|
# Date created: 23 May 2008
|
|
|
|
# Whom: Nsand <nsand@sura.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= skyfish
|
2008-07-31 21:02:15 +00:00
|
|
|
PORTVERSION= 0.85
|
2008-07-25 08:46:16 +00:00
|
|
|
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>
|