1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/net/skyfish/Makefile
2009-08-26 04:40:46 +00:00

32 lines
747 B
Makefile

# New ports collection makefile for: skyfish
# Date created: 23 May 2008
# Whom: Nsand <nsand@sura.ru>
#
# $FreeBSD$
#
PORTNAME= skyfish
PORTVERSION= 0.91
CATEGORIES= net kld
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>