ports/multimedia/pwcbsd/Makefile
Baptiste Daroussin 4000ea4dcd multimedia/pwcbsd: only provide the kernel module
pwcview(1) is provided by another port: multimedia/pwcview (same version
provided).

reduce this port to only provide the kernel modules.

While working on provide a repos per releases for kernel modules, having
ports that only provide the kernel modules simplifies the work, it
also make this port cross buildable which is how the kernel module
repositories are provided.
2024-12-12 14:00:40 +01:00

26 lines
560 B
Makefile

PORTNAME= pwcbsd
PORTVERSION= 1.4.1
PORTREVISION= 15
CATEGORIES= multimedia sysutils
MASTER_SITES= http://raaf.atspace.org/ \
http://www.bsd-geek.de/FreeBSD/distfiles/ \
LOCAL/miwi
MAINTAINER= ports@FreeBSD.org
COMMENT= The Linux pwc webcam driver ported to FreeBSD
WWW= http://raaf.atspace.org/
LICENSE= GPLv2
USES= kmod uidfix
WRKSRC= ${WRKDIR}/${PORTNAME}
MAKEFILE= Makefile.kld
PLIST_FILES= ${KMODDIR}/pwc.ko \
share/man/man4/pwc.4.gz
post-install:
${INSTALL_MAN} ${WRKSRC}/pwc.4 ${STAGEDIR}${PREFIX}/share/man/man4
.include <bsd.port.mk>