aboutsummaryrefslogtreecommitdiffstats
path: root/devel/nspr/Makefile
blob: 31506613d169a2420771ea490d10ab864613a4c4 (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
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
# $FreeBSD$

PORTNAME=   nspr
DISTVERSION=    4.18
CATEGORIES= devel
MASTER_SITES=   MOZILLA/${PORTNAME}/releases/v${PORTVERSION}/src

MAINTAINER= gecko@FreeBSD.org
COMMENT=    Platform-neutral API for system level and libc like functions

LICENSE=    MPL20
LICENSE_FILE=   ${WRKSRC}/LICENSE

USES=       cpe gmake pathfix
CPE_VENDOR= mozilla
CPE_PRODUCT=    netscape_portable_runtime
WRKSRC_SUBDIR=  nspr
GNU_CONFIGURE=  yes
USE_LDCONFIG=   yes
CFLAGS+=    -D_WANT_SEMUN

OPTIONS_DEFINE= DEBUG TEST

DEBUG_CONFIGURE_ENABLE=debug

post-patch:
# Do not install tools to build itself
    @${REINPLACE_CMD} -e '/RELEASE_BINS/d' \
        ${WRKSRC}/pr/src/misc/Makefile.in

post-build-TEST-on:
    @${DO_MAKE_BUILD} -C ${BUILD_WRKSRC}/lib/tests
    @${DO_MAKE_BUILD} -C ${BUILD_WRKSRC}/pr/tests
    @${LN} -fs libmy.so.1 ${BUILD_WRKSRC}/pr/tests/dll/libmy.so

post-install:
    @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so

do-test-TEST-on:
    ${TEST_WRKSRC}/lib/tests/string
    ${TEST_WRKSRC}/lib/tests/base64t
    cd ${TEST_WRKSRC}/pr/tests && ${WRKSRC}/pr/tests/runtests.sh
    # The test below is commented out, because arena requires
    # command-line arguments. If you can provide reasonable values
    # for it, please contact ${MAINTAINER}. Thank you.
    #   ${TEST_WRKSRC}/lib/tests/arena
    #

.include <bsd.port.mk>