ad6ceadd25
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
57 lines
1.7 KiB
Makefile
57 lines
1.7 KiB
Makefile
# $NetBSD: Makefile,v 1.33 2008/01/18 05:08:37 tnn Exp $
|
|
|
|
DISTNAME= root_v5.10.00.source
|
|
PKGNAME= root-5.10
|
|
PKGREVISION= 2
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ftp://root.cern.ch/root/
|
|
|
|
MAINTAINER= drochner@NetBSD.org
|
|
HOMEPAGE= http://root.cern.ch/
|
|
COMMENT= OO framework for data analysis and visualisation
|
|
|
|
WRKSRC= ${WRKDIR}/root
|
|
USE_TOOLS+= gmake
|
|
USE_LANGUAGES= c c++
|
|
|
|
BUILD_TARGET=
|
|
|
|
.if (${MACHINE_ARCH} == "arm")
|
|
BROKEN= Compilation stops due to internal compiler error
|
|
.endif
|
|
|
|
INSTALLATION_DIRS= bin
|
|
|
|
HAS_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= ${LOWER_OPSYS}
|
|
CONFIGURE_ARGS+= --prefix=${PREFIX} --mandir=${PREFIX}/${PKGMANDIR}/man1
|
|
CONFIGURE_ENV+= LOCALBASE=${LOCALBASE}
|
|
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
|
|
|
|
# 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 "../../graphics/jpeg/buildlink3.mk"
|
|
.include "../../graphics/libungif/buildlink3.mk"
|
|
.include "../../graphics/tiff/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 "../../mk/bsd.pkg.mk"
|