aboutsummaryrefslogtreecommitdiffstats
path: root/www/openvrml/Makefile
blob: 92e67bac83e1377144af258d587c28975ad956d9 (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
61
62
63
# New ports collection makefile for:    OpenVRML
# Date created:             8 Jan 2001
# Whom:                 Marc van Woerkom <3d@freebsd.org>
#
# $FreeBSD$
#

PORTNAME=   openvrml
PORTVERSION=    0.14.3
PORTREVISION=   1
CATEGORIES= www graphics
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= ports@FreeBSD.org
COMMENT=    VRML97 runtime and browser ("lookat")

BUILD_DEPENDS=  ${X11BASE}/lib/firefox/lib/pkgconfig/firefox-js.pc:${PORTSDIR}/www/firefox
LIB_DEPENDS=    jpeg.9:${PORTSDIR}/graphics/jpeg \
        png.5:${PORTSDIR}/graphics/png \
        fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig
RUN_DEPENDS=    ${X11BASE}/lib/firefox/lib/pkgconfig/firefox-js.pc:${PORTSDIR}/www/firefox

USE_REINPLACE=  yes
USE_GL=     yes
USE_MESA=   yes
USE_X_PREFIX=   yes
USE_GNOME=  gnomehack
USE_GCC=    3.3
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lXext" \
        PKG_CONFIG_PATH="${X11BASE}/lib/firefox/lib/pkgconfig"
CONFIGURE_ARGS= --without-jdk
USE_GMAKE=  yes
INSTALLS_SHLIB= yes

.if !defined(NOPORTDOCS)
PORTDOCS=   # empty, not use * 'cause args too long (for find)
.endif

.include <bsd.port.pre.mk>

.if ${ARCH} != "i386"
BROKEN=     "Does not compile on !i386"
.endif

post-patch:
    @${REINPLACE_CMD} -e "s|-pthread|${PTHREAD_LIBS}|g ; \
        s|mozilla-js|firefox-js|g" \
        ${WRKSRC}/configure

post-install:
    @${FIND} ${PREFIX}/include/openvrml -type f | \
        ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
    @${FIND} ${PREFIX}/include/openvrml -type d | ${SORT} -r | \
        ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST}
.if !defined(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
    ${CP} -R ${WRKSRC}/doc/manual/ ${DOCSDIR}
.endif

.include <bsd.port.post.mk>