24 lines
736 B
Makefile
24 lines
736 B
Makefile
# $NetBSD: Makefile,v 1.2 2003/07/17 22:52:48 grant Exp $
|
|
#
|
|
|
|
DISTNAME= AiCA-0.71.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= manage Certification Authority,PKI viewer/converter/verification
|
|
|
|
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}
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/AiCA
|
|
${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${WRKSRC}/README.j \
|
|
${WRKSRC}/README ${WRKSRC}/sample.list.csv \
|
|
${PREFIX}/share/doc/AiCA
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|