fcbe5f3ae2
couple of fallouts. Note that these ports are only the ones that used to have a direct dependency on devel/libusb so there may be some other hidden ports that may break because of the switch. If that's the case, no need to start ranting all over but instead tell me which one(s) break. Thanks. Note: sysutils/nut hasn't been fixed yet but will be today.
36 lines
769 B
Makefile
36 lines
769 B
Makefile
# $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
|
|
|
|
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>
|