freebsd-ports/devel/libpafe/Makefile
2013-09-25 00:54:08 +00:00

30 lines
745 B
Makefile

# Created by: Hajimu UMEMOTO <ume@FreeBSD.org>
# $FreeBSD$
PORTNAME= libpafe
PORTVERSION= 0.0.8
#PORTREVISION= 0
CATEGORIES= devel
MASTER_SITES= http://homepage3.nifty.com/slokar/pasori/
MAINTAINER= ume@FreeBSD.org
COMMENT= FeliCa read/write library for Sony RC-S320 USB FeliCa R/W(PaSoRi)
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USES= pkgconfig
PLIST_FILES= bin/felica_dump bin/pasori_test \
include/libpafe/felica_command.h \
include/libpafe/libpafe.h \
include/libpafe/pasori_command.h \
lib/libpafe.a lib/libpafe.so lib/libpafe.la lib/libpafe.so.0
PLIST_DIRS= include/libpafe
CONFIGURE_ENV+= LIBUSB_CFLAGS="-I/usr/include" \
LIBUSB_LIBS="-L/usr/lib -lusb"
.include <bsd.port.mk>