freebsd-ports/biology/treeviewx/Makefile

28 lines
643 B
Makefile
Raw Normal View History

# ex:ts=8
# Ports collection makefile for: treeviewx
# Date created: 04 August 2001
# Whom: tonym
#
# $FreeBSD$
#
PORTNAME= treeviewx
PORTVERSION= 0.5.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
2003-02-21 12:08:38 +01:00
COMMENT= A phylogenetic tree viewer
LIB_DEPENDS= wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk24 \
wx_gtk2_dcsvg-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk24-contrib
USE_GMAKE= yes
GNU_CONFIGURE= yes
2003-11-14 13:37:26 +01:00
CONFIGURE_ENV= WX_CONFIG="${X11BASE}/bin/wxgtk2-2.4-config"
PLIST_FILES= bin/tv
.include <bsd.port.mk>