mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Add forgotten file.
This commit is contained in:
parent
edecc1a3d2
commit
90187e8a6c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=239191
1 changed files with 20 additions and 0 deletions
20
devel/libpasori/files/Makefile.lib.usb20
Normal file
20
devel/libpasori/files/Makefile.lib.usb20
Normal file
|
@ -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>
|
Loading…
Add table
Reference in a new issue