mirror of
https://git.freebsd.org/ports.git
synced 2025-07-14 07:49:16 -04:00
USB FeliCa R/W(PaSoRi). PR: ports/108173 Submitted by: Yoshihiko Sarumaru <mistral at imasy.or.jp> Reviewed by: matusita
18 lines
379 B
Text
18 lines
379 B
Text
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../src
|
|
|
|
LIB= pasori
|
|
SRCS= libpasori_command.c libpasori_com_bsdugen.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=
|
|
|
|
CFLAGS+= -D__LIBPASORI_WITH_BSDUGEN
|
|
CFLAGS+= -Wall -W
|
|
|
|
.include <bsd.lib.mk>
|