1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

Unbreak this port:

. Fix dependencies to be in sync with the recent JDK ports renaming.
. Replace MASTER_SITES with a location that actually contains the
  source.
. Fix the packing list.

Note that there is a much newer version of this application available,
but that is beyond the scope of what I was trying to do (just fix the
JDK dependency), as is the last two items.
This commit is contained in:
Greg Lewis 2002-06-16 01:08:49 +00:00
parent 21e54d2da4
commit 10d07fbd22
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61335
2 changed files with 585 additions and 586 deletions

View File

@ -8,14 +8,14 @@
PORTNAME= biojava
PORTVERSION= 1.01
CATEGORIES= biology java
MASTER_SITES= ftp://ftp.biojava.org/pub/biojava/source/
MASTER_SITES= http://www.biojava.org/download/source/
MAINTAINER= bio@freebsd.net
BUILD_DEPENDS= ${JAVA_COMMAND}:${PORTSDIR}/java/linux-jdk
BUILD_DEPENDS= ${JAVA_COMMAND}:${PORTSDIR}/java/linux-sun-jdk12
JDK_VERSION= 1.2.2
JAVAVERSION= linux-jdk${JDK_VERSION}
JAVAVERSION= linux-sun-jdk${JDK_VERSION}
JAVADIR= ${PREFIX}/${JAVAVERSION}
JAVA_COMPILE= ${JAVADIR}/bin/javac
JAVA_COMMAND= ${JAVADIR}/bin/java

File diff suppressed because it is too large Load Diff