|
Lines 6-16
Link Here
|
| 6 |
# |
6 |
# |
| 7 |
|
7 |
|
| 8 |
PORTNAME= pcsc-lite |
8 |
PORTNAME= pcsc-lite |
| 9 |
PORTVERSION= 1.6.4 |
9 |
PORTVERSION= 1.6.7 |
| 10 |
PORTREVISION= 1 |
|
|
| 11 |
PORTEPOCH= 2 |
10 |
PORTEPOCH= 2 |
| 12 |
CATEGORIES= devel security |
11 |
CATEGORIES= devel security |
| 13 |
MASTER_SITES= http://alioth.debian.org/frs/download.php/3337/ |
12 |
MASTER_SITES= http://alioth.debian.org/frs/download.php/3516/ |
| 14 |
|
13 |
|
| 15 |
MAINTAINER= arved@FreeBSD.org |
14 |
MAINTAINER= arved@FreeBSD.org |
| 16 |
COMMENT= A smartcard development library |
15 |
COMMENT= A smartcard development library |
|
Lines 52-58
Link Here
|
| 52 |
s,libusb_strerror(ret),ret," ${WRKSRC}/configure \ |
51 |
s,libusb_strerror(ret),ret," ${WRKSRC}/configure \ |
| 53 |
${WRKSRC}/src/hotplug_libusb.c |
52 |
${WRKSRC}/src/hotplug_libusb.c |
| 54 |
.if defined(NOPORTDOCS) |
53 |
.if defined(NOPORTDOCS) |
| 55 |
${REINPLACE_CMD} -e '/ifdhandler-3.tex/d' ${WRKSRC}/doc/Makefile.in |
54 |
${REINPLACE_CMD} -e '/^install-data-am: / s|install-docDATA||' ${WRKSRC}/doc/Makefile.in |
| 56 |
.endif |
55 |
.endif |
| 57 |
|
56 |
|
| 58 |
pre-everything:: |
57 |
pre-everything:: |
|
Lines 64-72
Link Here
|
| 64 |
.endif |
63 |
.endif |
| 65 |
|
64 |
|
| 66 |
post-install: |
65 |
post-install: |
| 67 |
.if !defined(NOPORTDOCS) |
|
|
| 68 |
${INSTALL_DATA} ${WRKSRC}/doc/README.DAEMON ${DOCSDIR} |
| 69 |
.endif |
| 70 |
.if !defined(NOPORTEXAMPLES) |
66 |
.if !defined(NOPORTEXAMPLES) |
| 71 |
@${MKDIR} ${EXAMPLESDIR} |
67 |
@${MKDIR} ${EXAMPLESDIR} |
| 72 |
${INSTALL_DATA} ${WRKSRC}/doc/example/Makefile.am ${EXAMPLESDIR} |
68 |
${INSTALL_DATA} ${WRKSRC}/doc/example/Makefile.am ${EXAMPLESDIR} |