2005-04-09 00:45:42 +02:00
|
|
|
# ex:ts=8
|
2001-08-17 10:39:28 +02:00
|
|
|
# Ports collection makefile for: treeviewx
|
|
|
|
# Date created: 04 August 2001
|
|
|
|
# Whom: tonym
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= treeviewx
|
2005-12-06 03:00:55 +01:00
|
|
|
PORTVERSION= 0.5.1
|
2006-10-09 09:16:37 +02:00
|
|
|
PORTREVISION= 1
|
2001-08-17 10:39:28 +02:00
|
|
|
CATEGORIES= biology
|
2005-12-06 03:00:55 +01:00
|
|
|
MASTER_SITES= http://darwin.zoology.gla.ac.uk/~rpage/treeviewx/download/${PORTVERSION:S/.1//}/
|
2001-08-17 10:39:28 +02:00
|
|
|
DISTNAME= tv-${PORTVERSION}
|
|
|
|
|
2005-04-09 00:45:42 +02:00
|
|
|
MAINTAINER= fernan@iib.unsam.edu.ar
|
2003-02-21 12:08:38 +01:00
|
|
|
COMMENT= A phylogenetic tree viewer
|
2001-08-17 10:39:28 +02:00
|
|
|
|
2006-10-09 09:16:37 +02:00
|
|
|
USE_WX= yes
|
|
|
|
WX_COMPS= wx contrib
|
2001-08-17 10:39:28 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2005-04-09 00:45:42 +02:00
|
|
|
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/tv
|
2001-08-17 10:39:28 +02:00
|
|
|
|
2005-12-06 03:00:55 +01:00
|
|
|
.include <bsd.port.mk>
|