View | Details | Raw Unified | Return to bug 273675
Collapse All | Expand All

(-)b/devel/pcsc-cyberjack/Makefile (-3 / +3 lines)
Lines 1-6 Link Here
1
PORTNAME=	pcsc-cyberjack
1
PORTNAME=	pcsc-cyberjack
2
DISTVERSION=	3.99.5final.SP15
2
DISTVERSION=	3.99.5final.SP15
3
PORTREVISION=	1
3
PORTREVISION=	2
4
CATEGORIES=	devel security
4
CATEGORIES=	devel security
5
MASTER_SITES=	https://support.reiner-sct.de/downloads/LINUX/V3.99.5_SP15/
5
MASTER_SITES=	https://support.reiner-sct.de/downloads/LINUX/V3.99.5_SP15/
6
DISTNAME=	${PORTNAME}_${DISTVERSION}
6
DISTNAME=	${PORTNAME}_${DISTVERSION}
Lines 17-25 LICENSE_FILE_LGPL20= ${WRKSRC}/COPYRIGHT.LGPL Link Here
17
LIB_DEPENDS=	libpcsclite.so:devel/pcsc-lite \
17
LIB_DEPENDS=	libpcsclite.so:devel/pcsc-lite \
18
		libxml2.so:textproc/libxml2
18
		libxml2.so:textproc/libxml2
19
19
20
USES=		autoreconf compiler:gcc-c++11-lib dos2unix gmake libtool pkgconfig \
20
USES=		autoreconf compiler:c++11-lib dos2unix gmake libtool pkgconfig \
21
		tar:bzip2
21
		tar:bzip2
22
22
23
USE_GCC=	12
23
USE_LDCONFIG=	yes
24
USE_LDCONFIG=	yes
24
GNU_CONFIGURE=	yes
25
GNU_CONFIGURE=	yes
25
26
26
- 

Return to bug 273675