1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/java/bluej/Makefile
Lars Engels 01af071179 With an up-to-date INDEX I even find the rest of the ports I maintain,
so change my e-mail address also in those ports.

Approved by:	miwi (mentor)
2007-07-12 19:48:45 +00:00

34 lines
859 B
Makefile

# New ports collection makefile for: bluej
# Date created: 27 June 2001
# Whom: Jeremy <karlj000@unbc.ca>
#
# $FreeBSD$
#
PORTNAME= bluej
PORTVERSION= 2.2.0
CATEGORIES= java editors
MASTER_SITES= http://www.bluej.org/download/files/ \
ftp://ftp.bluej.org/pub/bluej/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g}
EXTRACT_SUFX= .jar
EXTRACT_ONLY=
MAINTAINER= lme@FreeBSD.org
COMMENT= Integrated Java environment designed for introductory teaching
IS_INTERACTIVE= yes
NO_BUILD= yes
USE_JAVA= yes
JAVA_VERSION= 1.4+
do-install:
@${ECHO} Starting BlueJ graphical installer... Please install to default path of
@${ECHO} ${PREFIX}/bluej. Close the installer when done.
@cd ${PREFIX}; ${JAVA_HOME}/bin/java -jar ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}
-@${MKDIR} ${PREFIX}/bin
@${LN} -sf ${PREFIX}/bluej/bluej ${PREFIX}/bin/bluej
.include <bsd.port.mk>