freebsd-ports/biology/spdbv/Makefile
Dirk Meyer 3e70b923da Swiss-PdbViewer is an application that provides a user friendly interface
allowing to analyse several proteins at the same time. The proteins can be
superimposed in order to deduce structural alignments and compare their
active sites or any other relevant parts. Amino acid mutations, H-bonds,
angles and distances between atoms are easy to obtain thanks to the
intuitive graphic and menu interface.

Moreover, Swiss-PdbViewer is tightly linked to Swiss-Model, an automated
homology modelling server developped at Glaxo Welcome Experimental Research
in Geneva. Working with these two programs greatly reduces the amount of work
necessary to generate models, as it is possible to thread a protein primary
sequence onto a 3D template and get an immediate feedback of how well the
threaded protein will be accepted by the reference structure before
submitting a request to build missing loops and refine sidechain packing.

Swiss-PdbViewer can also read electron density maps, and provides various
tools to build into the density. In addition, various modelling tools are
integrated and command files for popular energy minimisation packages can be
generated.

Finally, as a special bonus, POV-Ray scenes can be generated from the
current view in order to make stunning ray-traced quality images.

WWW:  http://www.expasy.ch/spdbv/

PR:		33902
Submitted by:	chuynh@biolateral.com.au
2002-04-02 16:18:53 +00:00

39 lines
1.0 KiB
Makefile

# New ports collection makefile for: spdbv
# Date created: 15 Jan 2002
# Whom: chuynh@biolateral.com.au
#
# $FreeBSD$
#
PORTNAME= spdbv
PORTVERSION= 37b2
CATEGORIES= biology
MASTER_SITES= http://au.expasy.org/spdbv/program/ \
http://www.expasy.org/spdbv/program/ \
http://tw.expasy.org/spdbv/program/ \
http://cn.expasy.org/spdbv/program/ \
http://ca.expasy.org/spdbv/program/ \
http://kr.expasy.org/spdbv/program/ \
http://inn-prot.weizmann.ac.il/spdbv/program/\
http://www.usm.maine.edu/spdbv/program/ \
http://www.genebee.msu.ru/spdbv/program/
DISTNAME= ${PORTNAME}${PORTVERSION}_IRIX_Linux
MAINTAINER= chuynh@biolateral.com.au
RUN_DEPENDS= ${LINUXBASE}${X11BASE}/lib/libMesaGL.so.3:${PORTSDIR}/graphics/linux_mesa3
SPDBV= SPDBV
WRKSRC= ${WRKDIR}/SPDBV_DISTRIBUTION
NO_BUILD= yes
NO_CDROM= "Must be downloaded direct from Expasy via www interface"
do-install:
@cd ${WRKSRC}; ${SETENV} PREFIX=${PREFIX} ./install.sh
# PLIST_SUB= PORTVERSION="${PORTVERSION}"
.include <bsd.port.mk>