freebsd-ports/biology/treeviewx/Makefile
Pav Lucistnik bf619e630a - Allow wxWidgets 2.6 alongside 2.4, this port works with both
PR:		ports/102168
Approved by:	Fernan Aguero <fernan@iib.unsam.edu.ar> (maintainer)
2006-10-09 07:16:37 +00:00

26 lines
507 B
Makefile

# ex:ts=8
# Ports collection makefile for: treeviewx
# Date created: 04 August 2001
# Whom: tonym
#
# $FreeBSD$
#
PORTNAME= treeviewx
PORTVERSION= 0.5.1
PORTREVISION= 1
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>