1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/devel/acsccid/Makefile
Mikhail Pchelin a953af1f22 - update from 1.1.4 to 1.1.5
Approved by:	jpaetzel (mentor)
2017-11-18 08:18:50 +00:00

28 lines
632 B
Makefile

# Created by: mp39590@gmail.com
# $FreeBSD$
PORTNAME= acsccid
PORTVERSION= 1.1.5
CATEGORIES= devel
MASTER_SITES= SF
MAINTAINER= mp39590@gmail.com
COMMENT= PC/SC driver for CS CCID smart card readers
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING
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>