head	1.10;
access;
symbols
	RELEASE_8_3_0:1.9
	RELEASE_9_0_0:1.9
	RELEASE_7_4_0:1.7
	RELEASE_8_2_0:1.7
	RELEASE_6_EOL:1.7
	RELEASE_8_1_0:1.7
	RELEASE_7_3_0:1.7
	RELEASE_8_0_0:1.7
	RELEASE_7_2_0:1.7
	RELEASE_7_1_0:1.7
	RELEASE_6_4_0:1.7
	RELEASE_5_EOL:1.7
	RELEASE_7_0_0:1.7
	RELEASE_6_3_0:1.7
	PRE_XORG_7:1.7
	RELEASE_4_EOL:1.7
	RELEASE_6_2_0:1.7
	RELEASE_6_1_0:1.7
	RELEASE_5_5_0:1.7
	RELEASE_6_0_0:1.7
	RELEASE_5_4_0:1.7
	RELEASE_4_11_0:1.7
	RELEASE_5_3_0:1.7
	RELEASE_4_10_0:1.7
	RELEASE_5_2_1:1.6
	RELEASE_5_2_0:1.6
	RELEASE_4_9_0:1.4
	RELEASE_5_1_0:1.4
	RELEASE_4_8_0:1.4
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.3
	RELEASE_4_6_1:1.3
	RELEASE_4_6_0:1.3
	RELEASE_5_0_DP1:1.3
	RELEASE_4_5_0:1.3
	RELEASE_4_4_0:1.3
	RELEASE_4_3_0:1.2
	RELEASE_4_2_0:1.2;
locks; strict;
comment	@# @;


1.10
date	2012.11.17.05.54.51;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2011.08.26.00.24.48;	author wen;	state Exp;
branches;
next	1.8;

1.8
date	2011.08.02.05.36.32;	author bapt;	state Exp;
branches;
next	1.7;

1.7
date	2004.02.04.05.18.49;	author marcus;	state Exp;
branches;
next	1.6;

1.6
date	2003.11.03.21.01.28;	author linimon;	state Exp;
branches;
next	1.5;

1.5
date	2003.11.03.20.44.32;	author edwin;	state Exp;
branches;
next	1.4;

1.4
date	2003.02.21.11.01.32;	author knu;	state Exp;
branches;
next	1.3;

1.3
date	2001.07.08.18.15.32;	author ijliao;	state Exp;
branches;
next	1.2;

1.2
date	2000.10.24.10.33.47;	author jeh;	state Exp;
branches;
next	1.1;

1.1
date	2000.10.12.12.31.13;	author jeh;	state Exp;
branches;
next	;


desc
@@


1.10
log
@Switch exporter over
@
text
@# New ports collection makefile for:	fastDNAml
# Date created:		12 Oct 2000
# Whom:	      		Motomichi Matsuzaki <mzaki@@e-mail.ne.jp>
#
# $FreeBSD: head/biology/fastdnaml/Makefile 300895 2012-07-14 12:56:14Z beat $
#

PORTNAME=	fastdnaml
PORTVERSION=	1.2.2
PORTREVISION=	2
CATEGORIES=	biology
MASTER_SITES=	http://www.life.illinois.edu/gary/programs/fastDNAml/
DISTNAME=	fastDNAml_${PORTVERSION}

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Faster DNAML, makes phylogenetic trees using maximum likelihood

LICENSE=	GPLv2 # (or later)
LICENSE_FILE=	${WRKSRC}/GNU_GENERAL_PUBLIC_LICENSE

BUILD_WRKSRC=	${WRKSRC}/source

MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS}"

do-install:
	${INSTALL_PROGRAM} ${BUILD_WRKSRC}/fastDNAml ${PREFIX}/bin
	@@${MKDIR} ${PREFIX}/bin/${PORTNAME}
	${INSTALL_SCRIPT} ${WRKSRC}/scripts/* ${PREFIX}/bin/${PORTNAME}
.if !defined(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/docs/*.txt ${DOCSDIR}
.endif

.include <bsd.port.mk>
@


1.9
log
@- Fix MASTER_SITES and WWW: line
- Add LICENSE
- Support CC/CFLAGS properly

PR:		ports/160083
Submitted by:	KATO Tsuguru <tkato432@@yahoo.com>
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.8
log
@Deprecate port with no more public distfiles
@
text
@d10 1
a10 1
PORTREVISION=	1
d12 1
a12 1
MASTER_SITES=	http://geta.life.uiuc.edu:80/~gary/programs/fastDNAml/
d18 2
a19 2
DEPRECATED=	No more public distfiles
EXPIRATION_DATE=	2011-09-01
d21 3
a23 3
USE_GMAKE=	yes
do-build:
	@@(cd ${WRKSRC}/source; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET})
d26 2
a27 2
	${INSTALL_PROGRAM} ${WRKSRC}/source/fastDNAml ${PREFIX}/bin
	${MKDIR} ${PREFIX}/bin/${PORTNAME}
a28 2

post-install:
d30 2
a31 2
	${MKDIR} ${PREFIX}/share/doc/${PORTNAME}
	${INSTALL_DATA} ${WRKSRC}/docs/*.txt ${PREFIX}/share/doc/${PORTNAME}
@


1.7
log
@Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
@
text
@d18 3
@


1.6
log
@Pet portlint.
@
text
@d10 1
@


1.5
log
@Date: Tue, 04 Nov 2003 00:42:55 +0900
From: Motomichi Matsuzaki <mzaki@@e-mail.ne.jp>
Subject: Re: question about FreeBSD ports you maintain

Briefly, I have no time for maintaining ports.
So I wish to leave the maintainer position of these ports:

biology/fastdnaml
textproc/wv

Thanks you for maintaining the FreeBSD system.

                                        Best regards,
					Motomichi Matsuzaki
@
text
@d15 1
a15 1
COMMENT=	The faster variant of DNAML, makes phylogenetic trees using maximum likelihood
@


1.4
log
@De-pkg-comment.
@
text
@d14 1
a14 1
MAINTAINER=	mzaki@@e-mail.ne.jp
@


1.3
log
@Add NOPORTDOCS support to pkg-plist
@
text
@d5 1
a5 1
# $FreeBSD: ports/biology/fastdnaml/Makefile,v 1.2 2000/10/24 10:33:47 jeh Exp $
d15 1
@


1.2
log
@gmake is needed

Submitted by:	bento
@
text
@d5 1
a5 1
# $FreeBSD: ports/biology/fastdnaml/Makefile,v 1.1 2000/10/12 12:31:13 jeh Exp $
d28 1
a28 1
	${INSTALL_MAN} ${WRKSRC}/docs/*.txt ${PREFIX}/share/doc/${PORTNAME}
@


1.1
log
@Initial import of fastDNAml Version 1.2.2

The faster variant of DNAML, makes phylogenetic trees using maximum likelihood

PR:		21931
Submitted by:	Motomichi Matsuzaki <mzaki@@e-mail.ne.jp>
@
text
@d5 1
a5 1
# $FreeBSD$
d16 1
@

