pkgsrc/security/opensc/Makefile

23 lines
604 B
Makefile

# $NetBSD: Makefile,v 1.8 2011/05/27 10:05:52 kivinen Exp $
COMMENT= Smart Card drivers and middleware
LICENSE= gnu-lgpl-v2.1
.include "../../security/opensc/Makefile.common"
PKGREVISION= 2
PKG_DESTDIR_SUPPORT= user-destdir
CONFIGURE_ARGS+= --disable-nsplugin
EGDIR= ${PREFIX}/share/examples/opensc
CONF_FILES+= ${EGDIR}/opensc.conf ${PKG_SYSCONFDIR}/opensc.conf
INSTALLATION_DIRS= ${EGDIR}
post-install:
${INSTALL_DATA} ${WRKSRC}/etc/opensc.conf ${DESTDIR}${EGDIR}
.include "../../devel/libltdl/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"