Edit

IABSD.fr/ports/comms/dfu-util/Makefile

Branch :

  • Show log

    Commit

  • Author : naddy
    Date : 2022-03-11 18:26:24
    Hash : 31ec66eb
    Message : drop RCS Ids

  • comms/dfu-util/Makefile
  • COMMENT =		device firmware update (DFU) USB programmer
    
    DISTNAME =		dfu-util-0.10
    
    CATEGORIES =		comms
    
    HOMEPAGE =		http://dfu-util.sourceforge.net
    
    # GPLv2
    PERMIT_PACKAGE =	Yes
    
    WANTLIB =		c usb-1.0
    
    MASTER_SITES =		${HOMEPAGE}/releases/
    
    LIB_DEPENDS =		devel/libusb1
    
    CONFIGURE_STYLE =	gnu
    
    .include <bsd.port.mk>