d17234477e
fixed 91 bits HMAC bug, fixed minor compile warnings for the external DTD patch, fixed bug with EVP ciphers for OpenSSL 0.9.7 when last block was not processed for padding, etc.
34 lines
770 B
Makefile
34 lines
770 B
Makefile
# $OpenBSD: Makefile,v 1.4 2003/01/30 14:29:29 couderc Exp $
|
|
|
|
COMMENT= "XML security library"
|
|
|
|
VERSION= 0.0.12
|
|
DISTNAME= xmlsec-${VERSION}
|
|
CATEGORIES= security
|
|
|
|
HOMEPAGE= http://www.aleksey.com/xmlsec/
|
|
|
|
MAINTAINER= Jim Geovedi <jim@corebsd.or.id>
|
|
|
|
# MIT Licence
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= http://www.aleksey.com/xmlsec/download/
|
|
|
|
MODULES= iconv
|
|
LIB_DEPENDS= xslt.1::textproc/libxslt
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
PATCH_LIST= ${PORTSDIR}/infrastructure/patches/patch-lt1.3.5-ltconfig \
|
|
${PORTSDIR}/infrastructure/patches/patch-lt1.3.5-ltmain_sh
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xmlsec
|
|
cp -R ${WRKSRC}/docs/* ${PREFIX}/share/doc/xmlsec
|
|
|
|
.include <bsd.port.mk>
|