ed3aea5f78
- add RC2-64,RC2-128,DES,Triple-DES - update aicrypto lib - some fixes,with -p7 option
25 lines
746 B
Makefile
25 lines
746 B
Makefile
# $NetBSD: Makefile,v 1.2 2001/08/17 05:58:07 jun Exp $
|
|
#
|
|
|
|
DISTNAME= smimemsg141
|
|
PKGNAME= smimemsg-1.4.1
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://mars.elcom.nitech.ac.jp/security/
|
|
|
|
MAINTAINER= tech-pkg@jp.netbsd.org
|
|
HOMEPAGE= http://mars.elcom.nitech.ac.jp/security/
|
|
COMMENT= generate and read S/MIME messages
|
|
|
|
WRKSRC= ${WRKDIR}/smimemsg
|
|
GNU_CONFIGURE= YES
|
|
|
|
RESTRICTED= "Source code redistribution is not permitted.consult okuno@mars.elcom.nitech.ac.jp."
|
|
NO_SRC_ON_FTP= ${RESTRICTED}
|
|
NO_SRC_ON_CDROM= ${RESTRICTED}
|
|
|
|
pre-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/smimemsg
|
|
${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${WRKSRC}/README \
|
|
${WRKSRC}/README-j ${PREFIX}/share/doc/smimemsg
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|