aboutsummaryrefslogtreecommitdiff
path: root/security/pcsc-tools/Makefile
diff options
context:
space:
mode:
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>