mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
1238de608b
that already includes most of the patches previously used here.
30 lines
722 B
Makefile
30 lines
722 B
Makefile
# New ports collection makefile for: gspcav1-kmod
|
|
# Date created: 1 February 2007
|
|
# Whom: luigi
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= linux-gspca-kmod
|
|
PORTVERSION= 1.0.20
|
|
CATEGORIES= multimedia kld
|
|
MASTER_SITES= http://mxhaard.free.fr/spca50x/Download/oldrelease/
|
|
DISTNAME= gspcav1-20071220
|
|
|
|
MAINTAINER= luigi@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
|
|
|
|
post-extract:
|
|
@${CP} ${FILESDIR}/${MAKEFILE} ${WRKSRC}
|
|
|
|
.include <bsd.port.mk>
|