mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
26 lines
549 B
Makefile
26 lines
549 B
Makefile
# Ports collection makefile for: treeviewx
|
|
# Date created: 04 August 2001
|
|
# Whom: tonym
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= treeviewx
|
|
PORTVERSION= 0.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= biology
|
|
MASTER_SITES= http://darwin.zoology.gla.ac.uk/~rpage/treeviewx/
|
|
DISTNAME= tv-${PORTVERSION}
|
|
|
|
MAINTAINER= tonym@biolateral.com.au
|
|
COMMENT= A phylogenetic tree viewer
|
|
|
|
LIB_DEPENDS= wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk2
|
|
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= WX_CONFIG="${X11BASE}/bin/wxgtk2-2.4-config"
|
|
PLIST_FILES= bin/tv
|
|
|
|
.include <bsd.port.mk>
|