openbsd-ports/graphics/s10sh/Makefile

36 lines
769 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.11 2011/11/13 13:54:04 ajacoutot Exp $
COMMENT= S10sh - a Canon PowerShot digital camera driver
DISTNAME= s10sh-0.2.0
REVISION = 2
CATEGORIES= graphics
MASTER_SITES= http://www.kyuzz.org/antirez/s10sh-src/
HOMEPAGE= http://www.kyuzz.org/antirez/s10sh.html
MAINTAINER= Markus Friedl <markus@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= readline c termcap usb pthread
DOCDIR= ${PREFIX}/share/doc/s10sh
LIB_DEPENDS= devel/libusb-compat
CONFIGURE_STYLE= simple
2002-10-26 20:03:16 -04:00
NO_REGRESS= Yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/s10sh ${PREFIX}/bin
${INSTALL_DATA_DIR} ${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/{README,Protocol} ${DOCDIR}
.include <bsd.port.mk>