aboutsummaryrefslogtreecommitdiffstats
path: root/biology/spdbv/Makefile
blob: e6344c5018dd770ad964f03f655eea61ecb178f7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# New ports collection makefile for:    spdbv
# Date created:             15 Jan 2002
# Whom:                 chuynh@biolateral.com.au
#
# $FreeBSD$
#

PORTNAME=   spdbv
PORTVERSION=    3.7
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://www.usm.maine.edu/spdbv/program/ \
        http://www.genebee.msu.ru/spdbv/program/
DISTNAME=   ${PORTNAME}${PORTVERSION:C/\.//}-Linux

MAINTAINER= chuynh@biolateral.com.au
COMMENT=    Deep View Swiss-PdbViewer is a Protein viewer and analysis tool

RUN_DEPENDS=    ${LINUXBASE}${X11BASE}/lib/libMesaGL.so.3:${PORTSDIR}/graphics/linux_mesa3 \
        ${LINUXBASE}${X11BASE}/lib/libXm.so.2:${PORTSDIR}/x11-toolkits/linux-openmotif

SPDBV=  SPDBV

WRKSRC=     ${WRKDIR}/SPDBV_DISTRIBUTION

USE_LINUX=  yes
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>