mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
65aebe7dcf
PR: ports/16592 Submitted by: Kensaku Masuda <greg@fxis.fujixerox.co.jp>
27 lines
681 B
Makefile
27 lines
681 B
Makefile
# New ports collection makefile for: Java Cryptograph Extension
|
|
# Version required: 1.1
|
|
# Date created: 2000/02/11
|
|
# Whom: Kensaku Masuda <greg@greg.rim.or.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= jce-aba-1.1
|
|
CATEGORIES= java
|
|
MASTER_SITES= http://www.openjce.org/
|
|
|
|
MAINTAINER= greg@greg.rim.or.jp
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/jdk1.1.8/bin/java:${PORTSDIR}/java/jdk
|
|
|
|
RESTRICTED= "Crypto; export-controlled"
|
|
NO_BUILD= yes
|
|
JDKVERSION= 1.1
|
|
|
|
do-install:
|
|
${INSTALL_DATA} ${WRKSRC}/lib-${JDKVERSION}/jce.zip ${PREFIX}/share/java/classes/
|
|
${MKDIR} ${PREFIX}/share/java/jce-aba
|
|
(cd ${WRKSRC}/docs-${JDKVERSION}; tar cf - .) | (cd ${PREFIX}/share/java/jce-aba ; tar xvf -)
|
|
|
|
.include <bsd.port.mk>
|