aboutsummaryrefslogtreecommitdiff
path: root/security/pcsc-tools/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-07-29 22:53:56 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-07-29 22:53:56 +0000
commit1125ec829a33a61149fdc7a5590e9191f3041b70 (patch)
tree719749d77fdda6eb2a960b13d86a034e4492de8d /security/pcsc-tools/Makefile
parentc6e3f247fd4544f97b9562af58305607eabbf394 (diff)
downloadports-1125ec829a33a61149fdc7a5590e9191f3041b70.tar.gz
ports-1125ec829a33a61149fdc7a5590e9191f3041b70.zip
Notes
Diffstat (limited to 'security/pcsc-tools/Makefile')
-rw-r--r--security/pcsc-tools/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/security/pcsc-tools/Makefile b/security/pcsc-tools/Makefile
index 100076a9709b..b0d5b31b6aa3 100644
--- a/security/pcsc-tools/Makefile
+++ b/security/pcsc-tools/Makefile
@@ -10,6 +10,7 @@ MAINTAINER= arved@FreeBSD.org
COMMENT= Tools to test a PCSC driver, card, or reader
LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/LICENCE
LIB_DEPENDS= libpcsclite.so:${PORTSDIR}/devel/pcsc-lite
RUN_DEPENDS= p5-PCSC-Card>=0:${PORTSDIR}/devel/p5-PCSC-Card \
@@ -17,8 +18,6 @@ RUN_DEPENDS= p5-PCSC-Card>=0:${PORTSDIR}/devel/p5-PCSC-Card \
USES= gmake pkgconfig
-.include <bsd.port.pre.mk>
-
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pcsc_scan \
${STAGEDIR}${PREFIX}/bin/
@@ -35,4 +34,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/smartcard_list.txt \
${STAGEDIR}/${PREFIX}/share/pcsc
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>