openbsd-ports/graphics/luvcview/Makefile
2013-03-11 11:10:51 +00:00

27 lines
537 B
Makefile

# $OpenBSD: Makefile,v 1.10 2013/03/11 11:10:54 espie Exp $
COMMENT= V4L compatible video application
DISTNAME= luvcview-20070512
REVISION= 5
CATEGORIES= graphics x11
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
HOMEPAGE= http://mxhaard.free.fr/
MASTER_SITES= ${HOMEPAGE}/spca50x/Investigation/uvc/
LIB_DEPENDS= devel/sdl>=1.2.5
WANTLIB= SDL c pthread
MAKE_FLAGS= CC="${CC}" \
CFLAGS+="-I${X11BASE}/include -I${LOCALBASE}/include"
NO_TEST= Yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/luvcview ${PREFIX}/bin
.include <bsd.port.mk>