summaryrefslogtreecommitdiff
path: root/misc/root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/root/Makefile')
-rw-r--r--misc/root/Makefile76
1 files changed, 0 insertions, 76 deletions
diff --git a/misc/root/Makefile b/misc/root/Makefile
deleted file mode 100644
index 2b740cc2710..00000000000
--- a/misc/root/Makefile
+++ /dev/null
@@ -1,76 +0,0 @@
-# $NetBSD: Makefile,v 1.69 2022/04/24 22:34:12 tnn Exp $
-
-DISTNAME= root_v5.26.00b.source
-PKGNAME= root-5.26
-PKGREVISION= 22
-CATEGORIES= misc
-#MASTER_SITES= ftp://root.cern.ch/root/
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= https://root.cern.ch/
-COMMENT= OO framework for data analysis and visualisation
-
-WRKSRC= ${WRKDIR}/root
-USE_TOOLS+= gmake
-USE_LANGUAGES= c c++ fortran
-NOT_FOR_COMPILER+= f2c #lacks LOC()
-
-CHECK_PORTABILITY_SKIP= build/win/*.sh cint/tool/INSTALLBIN tmva/test/setup.sh
-BUILD_TARGET=
-
-.include "../../mk/bsd.prefs.mk"
-
-.if (${MACHINE_ARCH} == "arm")
-# from 2002. 17 years later, it's time to try it again.
-#BROKEN= "Compilation stops due to internal compiler error"
-.endif
-
-ROOT_OPSYS= ${LOWER_OPSYS}
-.if ${ROOT_OPSYS} == "darwin"
-# MacOS. Use the pkgsrc config ("netbsd") - if this doesn't work,
-# try using "macosx".
-ROOT_OPSYS= netbsd
-.endif
-
-INSTALLATION_DIRS= bin
-
-HAS_CONFIGURE= yes
-CONFIGURE_ARGS+= ${ROOT_OPSYS}
-CONFIGURE_ARGS+= --prefix=${PREFIX} --mandir=${PREFIX}/${PKGMANDIR}/man1
-CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} X11BASE=${X11BASE}
-CONFIGURE_ARGS+= --enable-soversion
-CONFIGURE_ARGS+= --disable-builtin-pcre
-CONFIGURE_ARGS+= --disable-builtin-freetype
-# clarens needs xmlrpc-c, the pkgsrc version is incompatible
-CONFIGURE_ARGS+= --disable-clarens
-
-CONFIGURE_ARGS+= --with-x11-libdir=${BUILDLINK_PREFIX.libX11}/lib
-CONFIGURE_ARGS+= --with-xpm-libdir=${BUILDLINK_PREFIX.libXpm}/lib
-
-# option, requires libxml2
-CONFIGURE_ARGS+= --disable-xml
-#.include "../../textproc/libxml2/buildlink3.mk"
-
-# might be optional
-#CONFIGURE_ARGS+= --disable-asimage
-.include "../../graphics/png/buildlink3.mk"
-.include "../../mk/jpeg.buildlink3.mk"
-.include "../../graphics/giflib/buildlink3.mk"
-.include "../../graphics/tiff/buildlink3.mk"
-
-.include "../../math/gsl/buildlink3.mk"
-
-post-extract:
- ${CP} ${FILESDIR}/Makefile.netbsd ${WRKSRC}/config
-
-.include "../../graphics/MesaLib/buildlink3.mk"
-.include "../../graphics/glu/buildlink3.mk"
-.include "../../graphics/freetype2/buildlink3.mk"
-.include "../../devel/pcre/buildlink3.mk"
-.include "../../security/openssl/buildlink3.mk"
-.include "../../x11/libXpm/buildlink3.mk"
-.include "../../x11/libXmu/buildlink3.mk"
-.include "../../x11/libXi/buildlink3.mk"
-.include "../../x11/libXft/buildlink3.mk"
-.include "../../x11/libX11/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"