8621a79f3d
with comments and ok from sthen@.
32 lines
603 B
Makefile
32 lines
603 B
Makefile
# $OpenBSD: Makefile,v 1.1 2009/01/07 21:35:59 matthieu Exp $
|
|
|
|
COMMENT = libftdi, interface to ftdi debug device
|
|
|
|
CATEGORIES = devel
|
|
|
|
DISTNAME = libftdi-0.14
|
|
|
|
SHARED_LIBS = ftdi 15.0
|
|
|
|
HOMEPAGE = http://www.intra2net.com/de/produkte/opensource/ftdi/
|
|
|
|
LIB_DEPENDS = usb::devel/libusb
|
|
# configure picks up doxygen if installed, but doesn't affect packaging.
|
|
|
|
# LGPLv2.1
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB += c
|
|
|
|
MASTER_SITES = ${HOMEPAGE}TGZ/
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
USE_LIBTOOL = Yes
|
|
|
|
NO_REGRESS = Yes
|
|
|
|
.include <bsd.port.mk>
|