head	1.8;
access;
symbols
	RELEASE_6_0_0:1.5
	RELEASE_5_4_0:1.5
	RELEASE_4_11_0:1.5
	RELEASE_5_3_0:1.5
	RELEASE_4_10_0:1.5
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3
	RELEASE_4_9_0:1.3
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.3
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.1;
locks; strict;
comment	@# @;


1.8
date	2006.01.14.21.15.45;	author pav;	state dead;
branches;
next	1.7;

1.7
date	2006.01.09.03.25.02;	author edwin;	state Exp;
branches;
next	1.6;

1.6
date	2005.10.29.14.09.33;	author lawrance;	state Exp;
branches;
next	1.5;

1.5
date	2004.02.07.03.34.43;	author kris;	state Exp;
branches;
next	1.4;

1.4
date	2004.02.06.13.10.56;	author trevor;	state Exp;
branches;
next	1.3;

1.3
date	2003.02.21.11.01.33;	author knu;	state Exp;
branches;
next	1.2;

1.2
date	2002.11.04.05.46.25;	author edwin;	state Exp;
branches;
next	1.1;

1.1
date	2002.09.10.14.04.06;	author dinoex;	state Exp;
branches;
next	;


desc
@@


1.8
log
@- Remove expired ports
@
text
@# New ports collection makefile for:	flip
# Date created:				26 February 2002
# Whom:					Tony Maher <tonym@@biolateral.com.au>
#
# $FreeBSD: ports/biology/flip/Makefile,v 1.7 2006/01/09 03:25:02 edwin Exp $
#

PORTNAME=	flip
PORTVERSION=	2.0.2
CATEGORIES=	biology
MASTER_SITES=	ftp://megasun.bch.umontreal.ca/pub/flip/

MAINTAINER=	tonymaher@@optusnet.com.au
COMMENT=	Flip is used to find/translate orfs

DEPRECATED=	mastersite disappeared, no longer maintained by author
EXPIRATION_DATE=	2005-12-31

USE_REINPLACE=	yes

MAN1=		flip.1
PLIST_FILES=	bin/flip

# make it respect CFLAGS

post-configure:
	@@${REINPLACE_CMD} -e 's/CFLAGS=//' ${WRKSRC}/${MAKEFILE}

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/flip ${PREFIX}/bin
	${INSTALL_MAN} ${WRKSRC}/${MAN1} ${PREFIX}/man/man1

.include <bsd.port.mk>
@


1.7
log
@Fix maintainer address

    From: Tony Maher <anthony.maher@@uts.edu.au>
    To: Edwin Groothuis <edwin@@FreeBSD.org>
    Subject: Re: ports/91537: maths/xgobi - download site moved/maintainer addressupdate

    Actually I need  modify all my ports to use OptusNet rather than
    Biolateral.  Is there an easy way to do this or should I submit a
    separate 1-line patch and PR for each port?

    biology/crimap
    biology/dna-qc
    biology/flip
    biology/primer3
    biology/seqio
    biology/wise
    math/xgobi
    net/generic-nqs

Submitted by:	Tony Maher <anthony.maher@@uts.edu.au>
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.6
log
@Mark DEPRECATED since upstream is unmaintained and mastersite is gone.

PR:		ports/88004
Submitted by:	Jean Milanez Melo <jmelo@@freebsdbrasil.com.br>
Approved by:	Tony Maher <anthony.maher@@uts.edu.au> (maintainer)
@
text
@d13 1
a13 1
MAINTAINER=	tonym@@biolateral.com.au
@


1.5
log
@Correct whitespace in COMMENT
@
text
@d16 3
@


1.4
log
@Use PLIST_FILES (bento-tested, marcus-reviewed).
@
text
@d14 1
a14 1
COMMENT=	Flip is  used to find/translate orfs
@


1.3
log
@De-pkg-comment.
@
text
@d19 1
@


1.2
log
@PERL -> REINPLACE
And some ports have USE_PERL5=yes now.
@
text
@d14 1
@


1.1
log
@Flip is used to find/translate orfs.
WWW: ftp://megasun.bch.umontreal.ca/pub/flip/
PR:		35332
Submitted by:	tonym@@biolateral.com.au
@
text
@d15 2
d22 1
a22 1
	@@${PERL} -pi.orig -e 's/CFLAGS=//' ${WRKSRC}/${MAKEFILE}
@

