1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/java/bsh/Makefile
Patrick Li 25e3727b10 Chase the checksum. Changes are:
- Fixed bug affecting scoping in blocks.
- Added a special test for the test harness to catch this sort of thing
in the future.
- Fixed problem with classloading causing bsh extensions not to be found
in some environments.

PR:		35470
Submitted by:	maintainer
2002-03-03 07:29:09 +00:00

30 lines
623 B
Makefile

# New ports collection makefile for: bsh
# Date created: 25 January 2002
# Whom: Kimura Fuyuki <fuyuki@mj.0038.net>
#
# $FreeBSD$
#
PORTNAME= bsh
PORTVERSION= 1.2.b4
PORTREVISION= 1
CATEGORIES= java
MASTER_SITES= http://www.beanshell.org/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/b/}
EXTRACT_SUFX= .jar
EXTRACT_ONLY=
MAINTAINER= fuyuki@mj.0038.net
RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper
NO_BUILD= yes
JAVALIBDIR= ${PREFIX}/share/java/classes
do-install:
${MKDIR} ${JAVALIBDIR}
${INSTALL_DATA} ${DISTDIR}/${DISTFILES} ${JAVALIBDIR}/bsh.jar
.include <bsd.port.mk>