# $OpenBSD: Makefile,v 1.1.1.1 2003/05/02 04:01:25 margarida Exp $ COMMENT= "Open Crypto Development Kit" VERSION= 0.4.5 DISTNAME= opencdk-${VERSION} CATEGORIES= security HOMEPAGE= http://www.gnutls.org/ MAINTAINER= Jim Geovedi # GPLv2 PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/alpha/gnutls/opencdk/ \ ftp://gd.tuwien.ac.at/privacy/gnupg/alpha/gnutls/opencdk/ \ http://ftp.planetmirror.com/pub/gnupg/alpha/gnutls/opencdk/ \ http://sunsite.dk/pub/security/gcrypt/alpha/gnutls/opencdk/ \ http://ftp.linux.it/pub/mirrors/gnupg/alpha/gnutls/opencdk/ LIB_DEPENDS= gcrypt.6::security/libgcrypt CONFIGURE_STYLE= gnu CONFIGURE_ARGS+= ${CONFIGURE_SHARED} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/opencdk ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/opencdk ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/opencdk ${INSTALL_DATA} ${WRKSRC}/doc/opencdk-api.html \ ${PREFIX}/share/doc/opencdk ${INSTALL_DATA} ${WRKSRC}/tests/*.c \ ${PREFIX}/share/examples/opencdk ${INSTALL_DATA} ${WRKSRC}/tests/*.gpg \ ${PREFIX}/share/examples/opencdk .include