1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/multimedia/linux-ov511-kmod/Makefile
2007-06-29 09:16:42 +00:00

38 lines
1011 B
Makefile

# New ports collection makefile for: linux-ov511-kmod
# Date created: 2 February 2007
# Whom: luigi
#
# $FreeBSD$
#
# XXX MASTER_SITES should be replaced with some good locations
# for individual files from linux distributions.
PORTNAME= linux-ov511-kmod
PORTVERSION= 1.0
CATEGORIES= multimedia kld
MASTER_SITES= http://info.iet.unipi.it/~luigi/FreeBSD/linux/drivers/media/video/
DISTFILES= ov511.c ov511.h
DIST_SUBDIR= ${PORTNAME}
MAINTAINER= luigi@FreeBSD.org
COMMENT= A port of the linux ov511 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
# we simply copy the sources from the original site
do-extract:
@${MKDIR} ${WRKSRC}
( cd ${_DISTDIR} && ${CP} ${DISTFILES} ${WRKSRC} )
post-extract:
@${CP} ${FILESDIR}/${MAKEFILE} ${WRKSRC}
.include <bsd.port.mk>