16b51cb3da
Package change: Fix opencdk-config and opencdk.pc. Noteworthy changes in version 0.6.1 (2007-05-12) ------------------------------------------------ * The opencdk.def file is included in the distribution archive, fixes build failures on mingw32. * Some bug fixes for the mingw32 build in combination with WINE. * Now the decryption code uses the name in the literal packet for the output file whenever this is possible. * Take care of absolute file names in literal packets.
40 lines
1.1 KiB
Makefile
40 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.26 2007/06/06 06:11:16 wiz Exp $
|
|
|
|
DISTNAME= opencdk-0.6.1
|
|
CATEGORIES= security devel
|
|
MASTER_SITES= http://josefsson.org/gnutls/releases/opencdk/ \
|
|
ftp://ftp.gnutls.org/pub/gnutls/opencdk/ \
|
|
http://www.gnu.org/software/gnutls/releases/opencdk/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.gnutls.org/
|
|
COMMENT= Open Crypto Development Kit
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
TEST_TARGET= check
|
|
|
|
NOT_FOR_COMPILER= xlc
|
|
|
|
REPLACE_PERL= doc/gdoc
|
|
|
|
DOCDIR= ${PREFIX}/share/doc/opencdk
|
|
EGDIR= ${PREFIX}/share/examples/opencdk
|
|
HTMLDIR= ${PREFIX}/share/doc/html/opencdk
|
|
|
|
PKGCONFIG_OVERRIDE= src/opencdk.pc.in
|
|
|
|
INSTALLATION_DIRS= ${DOCDIR} ${HTMLDIR} ${EGDIR}
|
|
|
|
pre-install:
|
|
${INSTALL_DATA} ${WRKSRC}/doc/opencdk-api.html ${DESTDIR}${HTMLDIR}
|
|
cd ${WRKSRC}/tests && ${INSTALL_DATA} *.gpg *.c ${DESTDIR}${EGDIR}
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.libgcrypt+= libgcrypt>=1.2.2
|
|
.include "../../security/libgcrypt/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|