aboutsummaryrefslogtreecommitdiff
path: root/net/skystar2
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2008-06-14 17:21:39 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2008-06-14 17:21:39 +0000
commit402531876c3c4e4c36fa4f6dcb0be7725df5b603 (patch)
treea47123fd2bea9a8c791e35a65edf32356e62a87e /net/skystar2
parent2d94c0d48b20112e87ee1f8df9c77878d4ed934a (diff)
downloadports-402531876c3c4e4c36fa4f6dcb0be7725df5b603.tar.gz
ports-402531876c3c4e4c36fa4f6dcb0be7725df5b603.zip
Notes
Diffstat (limited to 'net/skystar2')
-rw-r--r--net/skystar2/Makefile8
-rw-r--r--net/skystar2/pkg-descr1
2 files changed, 9 insertions, 0 deletions
diff --git a/net/skystar2/Makefile b/net/skystar2/Makefile
index f295aa5f64bf..dbc8d81d2ba1 100644
--- a/net/skystar2/Makefile
+++ b/net/skystar2/Makefile
@@ -7,6 +7,7 @@
PORTNAME= skystar2
PORTVERSION= 11
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://paradox.org.ua/ \
http://lissyara.su/patch/skystar2/
@@ -20,6 +21,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION}
SYSDIR?= ${SRC_BASE}/sys
KMODDIR= /boot/modules
PLIST_SUB+= KMODDIR=${KMODDIR}
+PORTDOCS= readme
pre-fetch:
.if !exists(${SYSDIR}/Makefile)
@@ -32,5 +34,11 @@ pre-fetch:
post-install:
@${INSTALL_DATA} ${WRKSRC}/etc/channels.conf.dist ${PREFIX}/etc/
@${CAT} ${PKGMESSAGE}
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${DOCSDIR}
+.for i in ${PORTDOCS}
+ ${INSTALL_MAN} ${WRKSRC}/${i} ${DOCSDIR}
+.endfor
+.endif
.include <bsd.port.mk>
diff --git a/net/skystar2/pkg-descr b/net/skystar2/pkg-descr
index c3c8048da6c0..76925b84c7b3 100644
--- a/net/skystar2/pkg-descr
+++ b/net/skystar2/pkg-descr
@@ -1,5 +1,6 @@
A driver for DVB-S card (producer TechniSat, Germany, http://www.technisat.com/)
SkyStar 2 TV PCI on chip FlexCop II or FlexCop IIB by B2C2inc (SkyStar2).
+In this version of the driver there is no support of TV. Only data.
Written by paradox (http://paradox.org.ua/).
For additional information see readme in the source tarball.