2006-07-29 22:15:51 +02:00
|
|
|
# New ports collection makefile for: libftdi
|
|
|
|
# Date created: 2006-07-27
|
|
|
|
# Whom: Olexandr Davydenko <o.davydenko@gmail.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libftdi
|
2007-09-19 20:18:28 +02:00
|
|
|
PORTVERSION= 0.10
|
2006-07-29 22:15:51 +02:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= http://www.intra2net.com/de/produkte/opensource/ftdi/TGZ/
|
|
|
|
|
|
|
|
MAINTAINER= o.davydenko@gmail.com
|
|
|
|
COMMENT= A library (using libusb) to talk to FTDI chips
|
|
|
|
|
|
|
|
LIB_DEPENDS= usb-0.1:${PORTSDIR}/devel/libusb
|
|
|
|
|
2007-01-28 10:07:47 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2006-07-29 22:15:51 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include"
|
|
|
|
USE_LDCONFIG= yes
|
2006-07-31 17:09:09 +02:00
|
|
|
USE_GNOME= pkgconfig gnomehack
|
2006-07-29 22:15:51 +02:00
|
|
|
|
|
|
|
PORTDOCS= COPYING.LIB ChangeLog README
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${DOCSDIR}
|
2007-09-19 20:18:28 +02:00
|
|
|
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
|
2006-07-29 22:15:51 +02:00
|
|
|
.endif
|
|
|
|
|
2006-07-31 17:09:09 +02:00
|
|
|
.include <bsd.port.mk>
|