aboutsummaryrefslogtreecommitdiffstats
path: root/biology/treeviewx/Makefile
blob: b29a4612dbbcd719d614171e27e0132a9488f129 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Ports collection makefile for:    treeviewx
# Date created:             04 August 2001
# Whom:                 tonym
#
# $FreeBSD$
#

PORTNAME=   treeviewx
PORTVERSION=    0.4
PORTREVISION=   2
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.pre.mk>

.if ${OSVERSION} >= 502126
BROKEN=     "Does not compile on FreeBSD >= 5.x"
.endif

.include <bsd.port.post.mk>