pkgsrc/devel/libftdi/Makefile
rodent a0a1f2e57c Fixes:
COMMENT should not be longer than 70 characters.
 COMMENT should not begin with 'A'.
 COMMENT should not begin with 'An'.
 COMMENT should not begin with 'a'.
 COMMENT should not end with a period.
 COMMENT should start with a capital letter.

pkglint warnings. Some files also got minor formatting, spelling, and style
corrections.
2013-04-06 03:45:05 +00:00

24 lines
635 B
Makefile

# $NetBSD: Makefile,v 1.5 2013/04/06 03:45:10 rodent Exp $
DISTNAME= libftdi-0.20
CATEGORIES= devel
MASTER_SITES= http://www.intra2net.com/en/developer/libftdi/download/
MAINTAINER= jakllsch@NetBSD.org
HOMEPAGE= http://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 "../../devel/libusb/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"