blob: 189ba3dc4b1389d42e8da87a5860eb809c3ac40a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# ex:ts=8
# Ports collection makefile for: treeviewx
# Date created: 04 August 2001
# Whom: tonym
#
# $FreeBSD$
#
PORTNAME= treeviewx
PORTVERSION= 0.5.1
PORTREVISION= 3
CATEGORIES= biology
MASTER_SITES= http://darwin.zoology.gla.ac.uk/~rpage/treeviewx/download/${PORTVERSION:S/.1//}/
DISTNAME= tv-${PORTVERSION}
MAINTAINER= fernan@iib.unsam.edu.ar
COMMENT= A phylogenetic tree viewer
USE_WX= yes
WX_COMPS= wx contrib
USE_GMAKE= yes
GNU_CONFIGURE= yes
PLIST_FILES= bin/tv
.include <bsd.port.mk>
|