2010-11-17 03:05:12 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.6 2010/11/17 08:05:13 espie Exp $
|
2008-06-13 12:39:44 -04:00
|
|
|
|
|
|
|
COMMENT= fswebcam is a small and simple webcam app
|
|
|
|
|
2010-04-09 08:11:53 -04:00
|
|
|
DISTNAME= fswebcam-20100405
|
2008-06-13 12:39:44 -04:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= http://www.firestorm.cx/fswebcam/files/
|
|
|
|
|
|
|
|
HOMEPAGE= http://www.firestorm.cx/fswebcam/
|
|
|
|
|
|
|
|
MAINTAINER= Marcus Glocker <marcus@nazgul.ch>
|
|
|
|
|
|
|
|
# BSD
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2010-11-09 13:22:26 -05:00
|
|
|
WANTLIB= c gd
|
2008-06-13 12:39:44 -04:00
|
|
|
|
2010-11-17 03:05:12 -05:00
|
|
|
LIB_DEPENDS= graphics/gd
|
2008-06-13 12:39:44 -04:00
|
|
|
|
|
|
|
CONFIGURE_STYLE= simple
|
|
|
|
CONFIGURE_ARGS+= --disable-v4l1
|
2008-06-13 13:10:30 -04:00
|
|
|
CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
2008-06-13 12:39:44 -04:00
|
|
|
|
2010-11-09 13:22:26 -05:00
|
|
|
USE_GROFF = Yes
|
2008-06-13 12:39:44 -04:00
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/fswebcam ${PREFIX}/bin
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/fswebcam.1 ${PREFIX}/man/man1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|