7277ec6a16
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.
26 lines
598 B
Makefile
26 lines
598 B
Makefile
# Created by: mp39590@gmail.com
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= acsccid
|
|
PORTVERSION= 1.1.4
|
|
CATEGORIES= devel
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= mp39590@gmail.com
|
|
COMMENT= PC/SC driver for CS CCID smart card readers
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= libpcsclite.so:devel/pcsc-lite
|
|
|
|
USES= perl5 pkgconfig tar:bz2
|
|
|
|
PLIST_FILES= lib/pcsc/drivers/ifd-acsccid.bundle/Contents/${OPSYS}/libacsccid.so \
|
|
lib/pcsc/drivers/ifd-acsccid.bundle/Contents/Info.plist
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/pcsc/drivers/ifd-acsccid.bundle/Contents/${OPSYS}/libacsccid.so
|
|
|
|
.include <bsd.port.mk>
|