|
Lines 6-12
Link Here
|
| 6 |
# |
6 |
# |
| 7 |
|
7 |
|
| 8 |
PORTNAME= libftdi |
8 |
PORTNAME= libftdi |
| 9 |
PORTVERSION= 0.7 |
9 |
PORTVERSION= 0.10 |
| 10 |
CATEGORIES= devel |
10 |
CATEGORIES= devel |
| 11 |
MASTER_SITES= http://www.intra2net.com/de/produkte/opensource/ftdi/TGZ/ |
11 |
MASTER_SITES= http://www.intra2net.com/de/produkte/opensource/ftdi/TGZ/ |
| 12 |
|
12 |
|
|
Lines 17-34
LIB_DEPENDS= usb-0.1:${PORTSDIR}/devel/l
Link Here
|
| 17 |
|
17 |
|
| 18 |
USE_AUTOTOOLS= libtool:15 |
18 |
USE_AUTOTOOLS= libtool:15 |
| 19 |
GNU_CONFIGURE= yes |
19 |
GNU_CONFIGURE= yes |
| 20 |
CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" |
20 |
CONFIGURE_ENV= CFLAGS="${CFLAGS}" |
| 21 |
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |
21 |
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |
| 22 |
USE_LDCONFIG= yes |
22 |
USE_LDCONFIG= yes |
| 23 |
USE_GNOME= pkgconfig gnomehack |
23 |
USE_GNOME= pkgconfig gnomehack |
| 24 |
|
24 |
|
| 25 |
PORTDOCS= COPYING.LIB ChangeLog README |
25 |
PORTDOCS= COPYING.LIB ChangeLog README |
| 26 |
PLIST_FILES= bin/libftdi-config \ |
26 |
PLIST_FILES= bin/bitbang \ |
|
|
27 |
bin/bitbang2 \ |
| 28 |
bin/bitbang_cbus \ |
| 29 |
bin/bitbang_ft2232 \ |
| 30 |
bin/find_all \ |
| 31 |
bin/libftdi-config \ |
| 32 |
bin/simple \ |
| 27 |
include/ftdi.h \ |
33 |
include/ftdi.h \ |
| 28 |
lib/libftdi.a \ |
34 |
lib/libftdi.a \ |
| 29 |
lib/libftdi.la \ |
35 |
lib/libftdi.la \ |
| 30 |
lib/libftdi.so \ |
36 |
lib/libftdi.so \ |
| 31 |
lib/libftdi.so.7 \ |
37 |
lib/libftdi.so.10 \ |
| 32 |
libdata/pkgconfig/libftdi.pc |
38 |
libdata/pkgconfig/libftdi.pc |
| 33 |
|
39 |
|
| 34 |
post-install: |
40 |
post-install: |