head	1.13;
access;
symbols
	RELEASE_8_3_0:1.11
	RELEASE_9_0_0:1.11
	RELEASE_7_4_0:1.11
	RELEASE_8_2_0:1.11
	RELEASE_6_EOL:1.11
	RELEASE_8_1_0:1.11
	RELEASE_7_3_0:1.10
	RELEASE_8_0_0:1.9
	RELEASE_7_2_0:1.6
	RELEASE_7_1_0:1.6
	RELEASE_6_4_0:1.6
	RELEASE_5_EOL:1.6
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.3
	RELEASE_4_EOL:1.3
	RELEASE_6_2_0:1.3;
locks; strict;
comment	@# @;


1.13
date	2012.11.17.05.54.51;	author svnexp;	state Exp;
branches;
next	1.12;

1.12
date	2012.10.01.14.45.16;	author tabthorpe;	state Exp;
branches;
next	1.11;

1.11
date	2010.04.28.22.37.11;	author glarkin;	state Exp;
branches;
next	1.10;

1.10
date	2009.11.19.12.43.06;	author miwi;	state Exp;
branches;
next	1.9;

1.9
date	2009.09.16.15.57.18;	author garga;	state Exp;
branches;
next	1.8;

1.8
date	2009.08.22.08.45.12;	author miwi;	state Exp;
branches;
next	1.7;

1.7
date	2009.08.17.15.38.37;	author miwi;	state Exp;
branches;
next	1.6;

1.6
date	2008.01.27.11.26.35;	author erwin;	state Exp;
branches;
next	1.5;

1.5
date	2008.01.25.20.05.06;	author erwin;	state Exp;
branches;
next	1.4;

1.4
date	2007.08.09.01.00.45;	author kris;	state Exp;
branches;
next	1.3;

1.3
date	2006.08.03.20.28.00;	author erwin;	state Exp;
branches;
next	1.2;

1.2
date	2006.08.03.19.06.04;	author erwin;	state Exp;
branches;
next	1.1;

1.1
date	2006.03.15.10.35.24;	author garga;	state Exp;
branches;
next	;


desc
@@


1.13
log
@Switch exporter over
@
text
@# Created by:  Fernan Aguero <fernan@@iib.unsam.edu.ar>
# $FreeBSD: head/biology/dotter/Makefile 305130 2012-10-01 14:45:16Z tabthorpe $

PORTNAME=	dotter
PORTVERSION=	20021204 # last modified date in FTP server
CATEGORIES=	biology
MASTER_SITES=	http://sonnhammer.sbc.su.se/download/software/dotter/ \
		LOCAL/glarkin
DISTNAME=	${PORTNAME}.LIN
EXTRACT_SUFX=	#
DIST_SUBDIR=	${PORTNAME}-${PORTVERSION}
EXTRACT_ONLY=	#

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	A viewer for multiple sequence alignments

USE_LINUX=	yes
ONLY_FOR_ARCHS=	i386

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

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

.include <bsd.port.mk>
@


1.12
log
@SVN rev 305130 on 2012-10-01 14:45:16Z by tabthorpe

- Reassign to the heap at maintainer's request
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.11
log
@- Removed BROKEN because file fetches and checksums correctly
- Added another MASTER_SITES for redundancy

PR:		ports/144733
Submitted by:	Fernan Aguero <fernan.aguero@@gmail.com> (maintainer)
@
text
@d1 1
a1 5
# ex:ts=8
# New ports collection makefile for:	dotter
# Date created:				11 Jan 2006
# Whom:					Fernan Aguero <fernan@@iib.unsam.edu.ar>
#
a2 1
#
d14 1
a14 1
MAINTAINER=	fernan@@iib.unsam.edu.ar
@


1.10
log
@- broken checksum mismatch
@
text
@d12 2
a13 1
MASTER_SITES=	http://sonnhammer.sbc.su.se/download/software/dotter/
a24 2
BROKEN=		checksum mismatch

@


1.9
log
@UNBREAK: Probably was a temporary failure, checksums are ok now.

Feature safe:	yes
@
text
@d24 2
@


1.8
log
@- BROKEN checksum mismatch
@
text
@a23 2
BROKEN=		checksum mismatch

@


1.7
log
@- Fix fetch

PR:		137840
Submitted by:	Fernan Aguero <fernan@@iib.unsam.edu.ar> (maintainer)
@
text
@d24 2
@


1.6
log
@Umark BROKEN, stale distfile removed from ftp-master.
@
text
@d12 1
a12 1
MASTER_SITES=	ftp://ftp.cgb.ki.se/pub/esr/dotter/
@


1.5
log
@Mark BROKEN: does not fetch
@
text
@a20 2
BROKEN=		does not fetch

@


1.4
log
@Replace IGNORE with ONLY_FOR_ARCHS for this binary port.

Submitted by:	maintainer
@
text
@d21 2
@


1.3
log
@Unmark BROKEN, it seems to be caused by a stale distfile on ftp-master.
@
text
@d22 1
a26 8
.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

d33 1
a33 1
.include <bsd.port.post.mk>
@


1.2
log
@Mark BROKEN: checksum mismatch
@
text
@a20 2
BROKEN=		checksum mismatch

@


1.1
log
@Add dotter 20021204 # last modified date in FTP server, a viewer for
multiple sequence alignments.

PR:		ports/93055
Submitted by:	Fernan Aguero <fernan@@iib.unsam.edu.ar>
@
text
@d21 2
@

