1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

bsd.java.mk-ify

PR:		36592
Submitted by:	maintainer
This commit is contained in:
Ying-Chieh Liao 2002-04-01 03:34:55 +00:00
parent 35f00aea99
commit 1bf1bf7eba
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=57107
3 changed files with 2 additions and 8 deletions

View File

@ -16,15 +16,11 @@ EXTRACT_ONLY= # none
MAINTAINER= perky@fallin.lv
BUILD_DEPENDS= ${JAVA}:${PORTSDIR}/java/javavmwrapper
RUN_DEPENDS= ${JAVA}:${PORTSDIR}/java/javavmwrapper
JAVA?= ${LOCALBASE}/bin/javavm
USE_JAVA= 1.1+
NO_BUILD= yes
INST_PACKAGES?= demo lib source
INST_TARGET?= ${DISTNAME:S/-//g}
JYTHON_PREFIX= ${PREFIX}/${INST_TARGET}
PLIST_SUB+= JYTHON_DIR=${INST_TARGET}

View File

@ -1 +1 @@
An implementation of Python Interpreter with Pure Java
An implementation of Python Interpreter in Pure Java

View File

@ -6,5 +6,3 @@ freely available for both commercial and non-commercial
use and is distributed with source code.
WWW: http://www.jython.org/
- Hye Shik Chang, a.k.a. "Perky"