blob: 89e81ce87670f09570c09d28004c05986c350627 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
# New ports collection makefile for: gspcav1-kmod
# Date created: 1 February 2007
# Whom: luigi
#
# $FreeBSD$
#
PORTNAME= linux-gspca-kmod
PORTVERSION= 1.0.20
PORTREVISION= 1
CATEGORIES= multimedia kld
MASTER_SITES= http://mxhaard.free.fr/spca50x/Download/oldrelease/
DISTNAME= gspcav1-20071220
MAINTAINER= ports@FreeBSD.org
COMMENT= A port of the linux gspcav1 webcam driver
# Requires the linux emulation layer to be built
BUILD_DEPENDS= /usr/share/mk/bsd.linux_kmod.mk:${PORTSDIR}/devel/linux-kmod-compat
NO_PACKAGE= depends on kernel sources
# This is our Makefile to be used for build/install.
MAKEFILE= Makefile.kld
ALL_TARGET= depend all
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 800000
BROKEN= does not compile on 8.X
.endif
post-extract:
@${CP} ${FILESDIR}/${MAKEFILE} ${WRKSRC}
.include <bsd.port.post.mk>
|