aboutsummaryrefslogtreecommitdiff
path: root/devel/pcsc-lite/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-07-23 21:13:26 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-07-23 21:13:26 +0000
commitcb9e9fcb7aadf59a00d6f334bd593568c10e29bf (patch)
tree12c6e58b0010d995867927823265ada9f6c278ed /devel/pcsc-lite/Makefile
parente3731870467d12377fc18e2679b0e3342e79937e (diff)
Notes
Diffstat (limited to 'devel/pcsc-lite/Makefile')
-rw-r--r--devel/pcsc-lite/Makefile19
1 files changed, 10 insertions, 9 deletions
diff --git a/devel/pcsc-lite/Makefile b/devel/pcsc-lite/Makefile
index 4ce446d8f854..2d948438c057 100644
--- a/devel/pcsc-lite/Makefile
+++ b/devel/pcsc-lite/Makefile
@@ -6,12 +6,12 @@
#
PORTNAME= pcsc-lite
-PORTVERSION= 1.0.2.b5
+PORTVERSION= 1.1.1
CATEGORIES= devel security
MASTER_SITES= http://www.linuxnet.com/middleware/files/
-DISTNAME= ${PORTNAME}-${PORTVERSION:S/b/beta/}
+DISTNAME= ${PORTNAME}-${PORTVERSION}
-MAINTAINER= toni@ants.at
+MAINTAINER= toni@soth.at
GNU_CONFIGURE= yes
USE_GMAKE= yes
@@ -19,19 +19,20 @@ USE_LIBTOOL= yes
LIBTOOLFILES+= build/aclocal.m4
INSTALLS_SHLIB= yes
-CONFIGURE_ARGS+= --enable-syslog --enable-daemon \
- --enable-runpid=/var/run/pcscd.pid
+CONFIGURE_ARGS+= --enable-debug \
+ --enable-syslog \
+ --enable-runpid=/var/run/pcscd.pid \
+ --enable-confdir=${PREFIX}/etc \
+ --disable-threadsafe
PKGMESSAGE= ${WRKDIR}/pkg-message
-
-post-patch:
- @${PERL} -pi -e 's,SUBDIRS = src etc doc,SUBDIRS = src,' \
- ${WRKSRC}/Makefile.in
+MAN8= pcscd.8
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/README.DAEMON ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/pcsc-lite-0.8.7.pdf ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/doc/muscle-api-1.3.0.pdf ${DOCSDIR}
.endif
${INSTALL_DATA} ${WRKSRC}/etc/reader.conf \
${PREFIX}/etc/reader.conf.sample