1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/java/jce-aba/Makefile
Ernst de Haan c0644a530c Added missing download location. This fixes
the bento error.

Also switched to USE_JAVA.

Modified the pkg-comment to be less than 70
characters. Portlint complained about that.
2002-05-22 19:04:30 +00:00

29 lines
679 B
Makefile

# New ports collection makefile for: Java Cryptograph Extension
# Date created: 2000/02/11
# Whom: Kensaku Masuda <greg@greg.rim.or.jp>
#
# $FreeBSD$
#
PORTNAME= jce-aba
PORTVERSION= 1.1
CATEGORIES= java
MASTER_SITES= http://www.metaverse.nl/~ernst/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= znerd
MAINTAINER= greg@greg.rim.or.jp
USE_JAVA= 1.1+
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>