pkgsrc-wip/libp11/Makefile
Tobias Nygren d2ab3469b0 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 04:30:10 +00:00

22 lines
616 B
Makefile

# $NetBSD: Makefile,v 1.4 2008/01/18 04:30:15 tnn2 Exp $
#
DISTNAME= libp11-0.2.1
PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= http://www.opensc-project.org/files/libp11/
MAINTAINER= evaldo@gardenali.biz
HOMEPAGE= http://www.opensc-project.org/libp11/
COMMENT= Convenience library for easy PKCS #11 implementation
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE+= ${WRKSRC}/src/libp11.pc.in
GNU_CONFIGURE= yes
USE_TOOLS+= gmake pkg-config
USE_BUILTIN.openssl= NO
.include "../../security/openssl/buildlink3.mk"
.include "../../devel/libltdl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"