aboutsummaryrefslogtreecommitdiffstats
path: root/java/forte/Makefile
blob: ff7456e50fb20b9c58f59427c1f2f2b6b2be4731 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# 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

USE_JAVA=   1.3+
JAVAVM=     ${JAVA_HOME}/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%%|${JAVA_HOME}|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>