diff options
author | stas <stas@FreeBSD.org> | 2009-08-09 15:03:55 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2009-08-09 15:03:55 +0800 |
commit | b05267d1ed7005348b18c62818c258875ed911dd (patch) | |
tree | 5705325406e7ade607f82572f1a59a2a3b1c0544 /devel | |
parent | ab5da0ccd8b6a87bf203b777eb8acb2c28a75751 (diff) | |
download | freebsd-ports-gnome-b05267d1ed7005348b18c62818c258875ed911dd.tar.gz freebsd-ports-gnome-b05267d1ed7005348b18c62818c258875ed911dd.tar.zst freebsd-ports-gnome-b05267d1ed7005348b18c62818c258875ed911dd.zip |
- Add forgotten file.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libpasori/files/Makefile.lib.usb20 | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/libpasori/files/Makefile.lib.usb20 b/devel/libpasori/files/Makefile.lib.usb20 new file mode 100644 index 000000000000..a6132a4971a2 --- /dev/null +++ b/devel/libpasori/files/Makefile.lib.usb20 @@ -0,0 +1,20 @@ +# $FreeBSD: /tmp/pcvs/ports/devel/libpasori/files/Makefile.lib.usb20,v 1.1 2009-08-09 07:03:55 stas Exp $ + +.PATH: ${.CURDIR}/../src + +LIB= pasori +SRCS= libpasori_command.c libpasori_com_libusb.c \ + libpasori_polling.c +INCS= libpasori.h libpasori_com.h libpasori_command.h \ + libpasori_config.h libpasori_liblocal.h + +LIBDIR= ${LOCALBASE}/lib +INCLUDEDIR= ${LOCALBASE}/include +NO_PROFILE= +SHLIB_MAJOR= 1 + +CFLAGS+= -D__LIBPASORI_WITH_LIBUSB +CFLAGS+= -Wall -W +LDFLAGS+= -lusb + +.include <bsd.lib.mk> |