aboutsummaryrefslogtreecommitdiffstats
path: root/biology/treepuzzle/Makefile
blob: 2d5e7f9bc22c8a3f46dde3a340f9b823197950d8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Ports collection makefile for:    treepuzzle
# Date created:             26 August 2002
# Whom:                 lentferj
#
# $FreeBSD$
#

PORTNAME=   treepuzzle
PORTVERSION=    5.1
CATEGORIES= biology
MASTER_SITES=   http://www.tree-puzzle.de/
DISTNAME=   tree-puzzle-${PORTVERSION}

MAINTAINER= jan.lentfer@web.de
COMMENT=    Maximum likelihood phylogeny reconstruction using quartets

GNU_CONFIGURE=  yes
CONFIGURE_TARGET=   --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
PLIST_FILES=    bin/puzzle

.include <bsd.port.mk>