From 5510f0a9b483c32ed2c0496f5f901fbab30ae9af Mon Sep 17 00:00:00 2001 From: bsam Date: Tue, 22 Jul 2008 18:10:19 +0000 Subject: A driver for DVB S-1401 PCI card. Written by paradox (http://paradox.org.ua/). In this version of the driver there is no support of TV. Only data. For additional information, see readme in source tarball WWW: http://paradox.org.ua/ PR: ports/124489 Submitted by: Alex Keda --- net/ttbudget/Makefile | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 net/ttbudget/Makefile (limited to 'net/ttbudget/Makefile') diff --git a/net/ttbudget/Makefile b/net/ttbudget/Makefile new file mode 100644 index 000000000000..fbd85aa34e71 --- /dev/null +++ b/net/ttbudget/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: SkyStar3 +# Date created: 07 June 2008 +# Whom: Alex Keda +# +# $FreeBSD$ +# + +PORTNAME= ttbudget +PORTVERSION= 4 +CATEGORIES= net +MASTER_SITES= http://paradox.org.ua/ \ + http://lissyara.su/patch/skystar3/ +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= admin@lissyara.su +COMMENT= Driver for 'TechnoTrend budget DVB S-1401' (SkyStar3) + +USE_BZIP2= yes +BUILD_WRKSRC= ${WRKDIR}/${DISTNAME} +SYSDIR?= ${SRC_BASE}/sys +KMODDIR= /boot/modules +PLIST_SUB+= KMODDIR=${KMODDIR} +SETENV+= FROMPORT=1 +pre-fetch: +.if !exists(${SYSDIR}/Makefile) + @${ECHO} "*************************************************"; \ + ${ECHO} "This port requires the kernel source be available"; \ + ${ECHO} "*************************************************"; \ + exit 1 +.endif + +post-install: + @${CAT} ${PKGMESSAGE} + +.include -- cgit