Java Foundation Classes with Swing

This commit is contained in:
Jun Kuriyama 1999-06-09 13:08:43 +00:00
parent 0d4ffcdc30
commit b0340bcb6d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19381
5 changed files with 2287 additions and 0 deletions

40
java/jfc/Makefile Normal file
View file

@ -0,0 +1,40 @@
# New ports collection makefile for: Java Foundation Classes with Swing
# Version required: 1.1
# Date created: 17 May 1999
# Whom: Jun Kuriyama <kuriyama@FreeBSD.ORG>
#
# $Id$
#
DISTNAME= swing11
PKGNAME= jfc-1.1
CATEGORIES= lang
MASTER_SITES= http://java.sun.com/products/jfc/
EXTRACT_SUFX= .tar.Z
MAINTAINER= kuriyama@FreeBSD.ORG
RUN_DEPENDS= ${PREFIX}/${JAVASUBDIR}/bin/java:${PORTSDIR}/lang/jdk
RESTRICTED= "Cannot distribute without value-added application."
WRKSRC= ${WRKDIR}/swing-1.1
NO_BUILD= YES
PLIST_SUB= JFCSUBDIR=${JFCSUBDIR}
JAVASUBDIR= jdk1.1.7
JFCSUBDIR= swing-1.1
do-fetch:
@if [ ! -f ${DISTDIR}/${DISTFILES} ]; then \
${ECHO} "Please fetch \"${DISTFILES}\" and put it in"; \
${ECHO} "\"${DISTDIR}\" manually."; \
exit 1; \
fi
do-install:
${MKDIR} ${PREFIX}/${JFCSUBDIR}
(cd ${WRKSRC} && tar -c -f - .) \
| (cd ${PREFIX}/${JFCSUBDIR} && tar fx -)
chown -R ${SHAREOWN}.${SHAREGRP} ${PREFIX}/${JFCSUBDIR}
.include <bsd.port.mk>

1
java/jfc/distinfo Normal file
View file

@ -0,0 +1 @@
MD5 (swing11.tar.Z) = 0e02efd10ab1e4e52eb37b4e94f762a0

1
java/jfc/pkg-comment Normal file
View file

@ -0,0 +1 @@
Java Foundation Classes with Swing

3
java/jfc/pkg-descr Normal file
View file

@ -0,0 +1,3 @@
Java Foundation Classes with Swing
WWW: http://java.sun.com/products/jfc/

2242
java/jfc/pkg-plist Normal file

File diff suppressed because it is too large Load diff