25 lines
650 B
Makefile
25 lines
650 B
Makefile
# $NetBSD: Makefile,v 1.8 2018/02/27 23:56:08 khorben Exp $
|
|
|
|
DISTNAME= libftdi-0.20
|
|
PKGREVISION= 1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= https://www.intra2net.com/en/developer/libftdi/download/
|
|
|
|
MAINTAINER= jakllsch@NetBSD.org
|
|
HOMEPAGE= https://www.intra2net.com/en/developer/libftdi/
|
|
COMMENT= Userland driver library for FTDI USB chips
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
USE_LANGUAGES= c c++
|
|
|
|
CONFIGURE_ARGS+= --without-examples
|
|
CONFIGURE_ARGS+= --without-docs
|
|
|
|
PKGCONFIG_OVERRIDE+= libftdi.pc.in
|
|
PKGCONFIG_OVERRIDE+= libftdipp.pc.in
|
|
|
|
.include "../../mk/libusb.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|