forked from Lainports/opnsense-ports
24 lines
386 B
Makefile
24 lines
386 B
Makefile
# Created by: tonym
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= treeviewx
|
|
PORTVERSION= 0.5.1s20100823
|
|
PORTREVISION= 2
|
|
CATEGORIES= biology
|
|
MASTER_SITES= GOOGLE_CODE
|
|
DISTNAME= tv-0.5
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Phylogenetic tree viewer
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USE_WX= 2.8
|
|
WX_COMPS= wx contrib
|
|
USES= gmake
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/tv
|
|
|
|
.include <bsd.port.mk>
|