1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/java/forte/Makefile
2002-08-10 10:31:09 +00:00

64 lines
2.0 KiB
Makefile

# New ports collection makefile for: Forte for Java, Cummunity Edition
# Date created: 6 August 2001
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= forte
PORTVERSION= 3.0
PORTREVISION= 2
CATEGORIES= java devel
MASTER_SITES= # http://www.sun.com/forte/ffj/buy.html
DISTNAME= ffj30_ce_ml
EXTRACT_SUFX= .class
EXTRACT_ONLY=
MAINTAINER= sobomax@FreeBSD.org
BUILD_DEPENDS= ${JAVAVM}:${PORTSDIR}/java/linux-sun-jdk13
RUN_DEPENDS= ${JAVAVM}:${PORTSDIR}/java/linux-sun-jdk13
JDK13DIR?= ${LOCALBASE}/linux-sun-jdk1.3.1
JAVAVM= ${JDK13DIR}/bin/java
RESTRICTED= "Restrictive license"
USE_XLIB= yes
NO_BUILD= yes
.include <bsd.port.pre.mk>
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
IGNORE= You must manually fetch the source distribution (${DISTFILES}) from http://www.sun.com/forte/ffj/buy.html (registration required), place it in ${DISTDIR} and then run make again
.endif
do-configure:
@${SED} "s|%%JDK13DIR%%|${JDK13DIR}|g" \
${FILESDIR}/forte.sh > ${WRKDIR}/forte.sh
pre-install:
.if exists(${PREFIX}/share/java/forte4j)
@${ECHO_MSG}
@${ECHO_MSG} "It seems that you already have \`${PREFIX}/share/java/forte4j' directory,"
@${ECHO_MSG} "please remove it before proceeding with installation, otherwise installation"
@${ECHO_MSG} "will hang."
@${ECHO_MSG}
@${FALSE}
.endif
@if [ x"$${DISPLAY}" = x"" ]; then \
${ECHO_MSG}; \
${ECHO_MSG} "Due to limitations in installer you have to install this port from within"; \
${ECHO_MSG} "X11 environment. However, the installation itself is fully automatic and"; \
${ECHO_MSG} "doesn't require any user's interaction."; \
${ECHO_MSG}; \
${FALSE}; \
fi
do-install:
@${SED} "s|%%PREFIX%%|${PREFIX}|" ${FILESDIR}/instscript | ${SETENV} \
CLASSPATH=${DISTDIR} ${JAVAVM} ${DISTNAME} -nodisplay > /dev/null || ${TRUE}
@${INSTALL_SCRIPT} ${WRKDIR}/forte.sh ${PREFIX}/share/java/forte4j/bin
@${LN} -sf ${PREFIX}/share/java/forte4j/bin/forte.sh ${PREFIX}/bin/forte
.include <bsd.port.post.mk>