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.
27 lines
651 B
Makefile
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>
|