aboutsummaryrefslogblamecommitdiff
path: root/comms/hidapi/Makefile
blob: ca341195af7623564251b167267f6ed5debda4f5 (plain) (tree)
1
2
3
4
5
6
7
8
                      
                                    
                      

                     
                                   
                                                       
                                                



                                

                                                                          
 
                   
                      
                   
 

                             
 

                    


                                                                
                      
PORTNAME=	hidapi
DISTVERSIONPREFIX=	${PORTNAME}-
DISTVERSION=	0.14.0
CATEGORIES=	comms

MAINTAINER=	sstallion@gmail.com
COMMENT=	Library to access USB HID-class devices
WWW=		https://github.com/libusb/hidapi

LICENSE=	BSD3CLAUSE GPLv3
LICENSE_COMB=	dual

USES=		autoreconf gettext-tools iconv:wchar_t libtool localbase \
		pkgconfig

USE_GITHUB=	yes
GH_ACCOUNT=	libusb
USE_LDCONFIG=	yes

GNU_CONFIGURE=	yes
INSTALL_TARGET=	install-strip

OPTIONS_DEFINE=	DOCS

pre-configure:
	@${CP} ${LOCALBASE}/share/gettext/config.rpath ${WRKSRC}

.include <bsd.port.mk>