aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorstas <stas@FreeBSD.org>2009-08-09 15:03:55 +0800
committerstas <stas@FreeBSD.org>2009-08-09 15:03:55 +0800
commitb05267d1ed7005348b18c62818c258875ed911dd (patch)
tree5705325406e7ade607f82572f1a59a2a3b1c0544 /devel
parentab5da0ccd8b6a87bf203b777eb8acb2c28a75751 (diff)
downloadfreebsd-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.usb2020
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>