2013-04-06 05:45:05 +02:00
|
|
|
# $NetBSD: Makefile,v 1.5 2013/04/06 03:45:10 rodent Exp $
|
2010-10-23 17:26:46 +02:00
|
|
|
|
2013-03-02 13:05:14 +01:00
|
|
|
DISTNAME= libftdi-0.20
|
2010-10-23 17:26:46 +02:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= http://www.intra2net.com/en/developer/libftdi/download/
|
|
|
|
|
|
|
|
MAINTAINER= jakllsch@NetBSD.org
|
|
|
|
HOMEPAGE= http://www.intra2net.com/en/developer/libftdi/
|
2013-04-06 05:45:05 +02:00
|
|
|
COMMENT= Userland driver library for FTDI USB chips
|
2010-10-23 17:26:46 +02:00
|
|
|
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 "../../devel/libusb/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|