1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/net/skyfish/Makefile
Jason Helfman 3cccace446 - re-order, include bsd.port.pre.mk so SRC_BASE is defined before referenced
PR:     ports/169215
Submitted by:   jgh@
Approved by:    maintainer timeout ( 14 days )
2012-07-01 22:29:52 +00:00

34 lines
780 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)
.include <bsd.port.pre.mk>
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.post.mk>