25 lines
743 B
Makefile
25 lines
743 B
Makefile
# $NetBSD: Makefile,v 1.7 2004/01/20 12:25:34 agc Exp $
|
|
#
|
|
|
|
DISTNAME= smimemsg15
|
|
PKGNAME= smimemsg-1.5
|
|
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"
|