aboutsummaryrefslogtreecommitdiff
path: root/multimedia/v4l-utils/Makefile
blob: d3b68c98c868ead2a832e2fb154cb28423e77816 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: Juergen Lock <nox@FreeBSD.org>

PORTNAME?=	v4l-utils

COMMENT=	Video4Linux utilities

MASTERDIR=	${.CURDIR}/../libv4l
DESCR=		${.CURDIR}/pkg-descr
PLIST=		${.CURDIR}/pkg-plist

INSTALL_WRKSRC=	${WRKSRC}/utils

# no need for udev rules
post-install:
	@${RM} -r ${STAGEDIR}/lib/udev

.include "${MASTERDIR}/Makefile"