aboutsummaryrefslogtreecommitdiffstats
path: root/biology/belvu/Makefile
blob: a69bdb1d3a2f69e11b976a4e79b5ea5aedf5e0a6 (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
41
42
# ex:ts=8
# New ports collection makefile for:    belvu
# Date created:             11 Jan 2006
# Whom:                 Fernan Aguero <fernan@iib.unsam.edu.ar>
#
# $FreeBSD$
#

PORTNAME=   belvu
PORTVERSION=    2.29
CATEGORIES= biology
MASTER_SITES=   ftp://ftp.cgb.ki.se/pub/prog/belvu/
DISTNAME=   ${PORTNAME}.LIN_${PORTVERSION}
EXTRACT_SUFX=   #
EXTRACT_ONLY=   #

MAINTAINER= fernan@iib.unsam.edu.ar
COMMENT=    A viewer for multiple sequence alignments

BROKEN=     checksum mismatch
DEPRECATED= ${BROKEN}
EXPIRATION_DATE=2006-12-01

USE_LINUX=  yes

NO_BUILD=   yes
PLIST_FILES=    bin/${PORTNAME} bin/${DISTNAME}

.include <bsd.port.pre.mk>

.if ${ARCH} != "i386"
IGNORE=     there are also executables for Alpha and Sparc \
        but they are for OSF and Solaris ... do they  \
        run on FreeBSD-Sparc and FreeBSD-alpha?
.endif

do-install:
    ${BRANDELF} -t Linux ${DISTDIR}/${DISTNAME}
    ${INSTALL_PROGRAM} ${DISTDIR}/${DISTNAME} ${PREFIX}/bin
    ( cd ${PREFIX}/bin && ${LN} -s ${DISTNAME} ${PORTNAME} )

.include <bsd.port.post.mk>