[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / misc / root

Annotation of pkgsrc/misc/root/Makefile, Revision 1.9

1.9     ! cjep        1: # $NetBSD: Makefile,v 1.8 2001/09/09 20:36:37 agc Exp $
1.1       drochner    2:
                      3: DISTNAME=              root_v2.23.08.source
                      4: PKGNAME=               root-2.23
                      5: CATEGORIES=            misc
                      6: MASTER_SITES=          ftp://root.cern.ch/root/
                      7:
1.2       drochner    8: MAINTAINER=            drochner@netbsd.org
1.1       drochner    9: HOMEPAGE=              http://root.cern.ch/
1.5       wiz        10: COMMENT=               OO framework for data analysis and visualisation
1.1       drochner   11:
1.7       hubertf    12: BUILD_DEPENDS+=                cint-5.14.40:../../lang/cint
1.1       drochner   13:
1.4       tron       14: USE_GMAKE=             YES
                     15: USE_XPM=               YES
                     16:
                     17: ALL_TARGET=            netbsd
                     18: MAKE_ENV=              LD_LIBRARY_PATH=${WRKDIR}/lib ROOTSYS=${WRKDIR}
1.9     ! cjep       19:
        !            20: .if (${MACHINE_ARCH} == "arm")
        !            21: BROKEN=        Compilation stops due to internal compiler error
        !            22: .endif
1.8       agc        23:
                     24: WRKSRC=                        ${WRKDIR}
1.1       drochner   25:
                     26: do-configure:
1.3       wiz        27:        ${CP} ${FILESDIR}/Makefile.netbsd ${WRKDIR}/src
1.6       hubertf    28:        ${INSTALL_PROGRAM_DIR} ${WRKDIR}/bin
                     29:        ${INSTALL_DATA_DIR} ${WRKDIR}/lib
                     30:        ${INSTALL_DATA} ${PREFIX}/cint/MAKEINFO ${WRKDIR}/cint
                     31:        ${INSTALL_DATA} ${PREFIX}/cint/include/iosenum.h ${WRKDIR}/cint/include
1.1       drochner   32:
                     33: do-install:
1.6       hubertf    34:        ${INSTALL_DATA_DIR} ${PREFIX}/root
                     35:        ${INSTALL_DATA_DIR} ${PREFIX}/root/include
1.3       wiz        36:        (cd ${WRKDIR}/src; ${CP} *.h MAIN_rmain.cxx ${PREFIX}/root/include)
                     37:        (cd ${WRKDIR}; tar cf - lib bin cint)|(cd ${PREFIX}/root;tar xf -)
                     38:        ${SED} "s;XXXPREFIXXXX;${PREFIX};g" <${FILESDIR}/root.sh >${PREFIX}/bin/root
                     39:        ${CHMOD} +x ${PREFIX}/bin/root
1.1       drochner   40:
                     41: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>