# Created by: Pedro F. Giffuni <giffunip@asme.org>
# $FreeBSD: tags/RELEASE_11_0_0/cad/brlcad/Makefile 412344 2016-04-01 13:29:15Z mat $

PORTNAME=	brlcad
PORTVERSION=	7.24.0
PORTREVISION=	3
CATEGORIES=	cad
MASTER_SITES=	SF/${PORTNAME}/BRL-CAD%20Source/${PORTVERSION}

MAINTAINER=	erik@brlcad.org
COMMENT=	CSG modelling system from the US Ballistic Research Laboratory

BUILD_DEPENDS=	${LOCALBASE}/include/tnt/jama_lu.h:math/jama	\
		xsltproc:textproc/libxslt
LIB_DEPENDS=	libpthread-stubs.so:devel/libpthread-stubs \
		libdrm.so:graphics/libdrm \
		libpng.so:graphics/png \
		librle.so:graphics/urt \
		libfreetype.so:print/freetype2 \
		libexpat.so:textproc/expat2 \
		libfontconfig.so:x11-fonts/fontconfig

USE_GL=		gl glu
USE_XORG=	ice inputproto sm x11 xau xcb xdamage xdmcp xext xfixes xft xi \
		xproto xrender xscrnsaver xt xxf86vm
USES=		tar:bzip2 bison pathfix cmake:outsource pkgconfig tk:85
USE_LDCONFIG=	yes

PREFIX?=	${LOCALBASE}/${PORTNAME}
NO_MTREE=	yes

PLIST_SUB+=	PORTVERSION=${PORTVERSION}

CFLAGS+=	-I${LOCALBASE}/include
#LDFLAGS+=	-L${LOCALBASE}/lib
CMAKE_ARGS=	-DBRLCAD_ENABLE_STRICT:BOOL=OFF
MANPREFIX=	${PREFIX}/share

BROKEN_sparc64=	does not compile: invokes i386 assembler

post-patch:
	@${REINPLACE_CMD} "s+-exact Tcl 8\.5\.9+Tcl 8.5+" ${WRKSRC}/src/other/tcl/library/init.tcl

pre-install:
	${CP} ${FILESDIR}/mged.sh ${WRKSRC}
	${REINPLACE_CMD} -e 's+%%BRLCAD_ROOT%%+${PREFIX}+g;' ${WRKSRC}/mged.sh

# note that installing outside of PREFIX wigs out package stuff... :/
post-install:
	${INSTALL_SCRIPT} ${WRKSRC}/mged.sh ${STAGEDIR}${PREFIX}/bin/mged.sh
	${MKDIR} ${STAGEDIR}${LOCALBASE}/bin
	${LN} -s ${PREFIX}/bin/mged.sh ${STAGEDIR}${LOCALBASE}/bin/mged.sh

regression-test: build
	@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} test)

.include <bsd.port.mk>
