freebsd-ports/biology/treeviewx/Makefile

23 lines
376 B
Makefile
Raw Normal View History

# Created by: tonym
# $FreeBSD$
PORTNAME= treeviewx
PORTVERSION= ${DISTVERSION}.1s20100823
DISTVERSION= 0.5
CATEGORIES= biology
MASTER_SITES= GOOGLE_CODE
DISTNAME= tv-${DISTVERSION}
MAINTAINER= ports@FreeBSD.org
2013-12-30 19:27:32 +01:00
COMMENT= Phylogenetic tree viewer
USE_WX= 2.8
2014-06-04 22:08:15 +02:00
WX_COMPS= wx contrib
WX_UNICODE= yes
2013-12-30 19:27:32 +01:00
USES= gmake
GNU_CONFIGURE= yes
PLIST_FILES= bin/tv
.include <bsd.port.mk>