freebsd-ports/devel/libpafe/Makefile
Jan Beich 7277ec6a16 Assume "pkg-config libusb*" works after 9.x EOL
FreeBSD appears to use different pkg-config name for 0.1.x API but it
doesn't matter much as 0.1, 1.0 and 2.0 share CFLAGS/LIBS.
2017-01-05 22:58:02 +00:00

27 lines
651 B
Makefile

# Created by: Hajimu UMEMOTO <ume@FreeBSD.org>
# $FreeBSD$
PORTNAME= libpafe
PORTVERSION= 0.0.8
PORTREVISION= 1
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= libtool 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.so.0 \
lib/libpafe.so.0.0.8
.include <bsd.port.mk>