403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.216.238
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/math/triangle/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/math/triangle//Makefile
PORTNAME=	triangle
PORTVERSION=	1.6
PORTREVISION=	5
CATEGORIES=	math
MASTER_SITES=	NL/voronoi
DISTNAME=	${PORTNAME}
DIST_SUBDIR=	${PORTNAME}-${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Two-Dimensional Quality Mesh Generator and Delaunay Triangulator
WWW=		https://www.cs.cmu.edu/~quake/triangle.html

# Converted from NO_CDROM
LICENSE=	triangle
LICENSE_NAME=	triangle
LICENSE_TEXT=	No commercial use without prior arrangement with the author
LICENSE_PERMS=	dist-mirror pkg-mirror auto-accept

USES=		zip xorg
NO_WRKSUBDIR=	yes
MAKEFILE=	makefile
USE_XORG=	x11
USE_LDCONFIG=	yes

PLIST_FILES=	bin/${PORTNAME} bin/showme \
		include/${PORTNAME}.h \
		lib/lib${PORTNAME}.so \
		lib/lib${PORTNAME}.so.${PORTVERSION}

post-build:
	@cd ${WRKSRC} && ${CC} ${CFLAGS} ${LDFLAGS} -DTRILIBRARY -shared -fPIC -Wl,-soname,lib${PORTNAME}.so.${PORTVERSION} -o lib${PORTNAME}.so.${PORTVERSION} ${PORTNAME}.c

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${WRKSRC}/showme ${STAGEDIR}${PREFIX}/bin
	${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.h ${STAGEDIR}${PREFIX}/include
	${INSTALL_DATA} ${WRKSRC}/lib${PORTNAME}.so.${PORTVERSION} ${STAGEDIR}${PREFIX}/lib
	cd ${STAGEDIR}${PREFIX}/lib && ${LN} -s lib${PORTNAME}.so.${PORTVERSION} lib${PORTNAME}.so
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib${PORTNAME}.so.${PORTVERSION}

do-test:
	@cd ${INSTALL_WRKSRC} && ./${PORTNAME} -p A.poly && ./showme A.1.poly

.include <bsd.port.mk>

Youez - 2016 - github.com/yon3zu
LinuXploit