summaryrefslogtreecommitdiff
path: root/biology/treeviewx/Makefile
blob: 37011d8c9df7f3cac19a3f5b6479916f1c5889e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Ports collection makefile for:	treeviewx
# Date created:				04 August 2001
# Whom:					tonym
#
# $FreeBSD$
#

PORTNAME=	treeviewx
PORTVERSION=	0.2
CATEGORIES=	biology
MASTER_SITES=	http://darwin.zoology.gla.ac.uk/~rpage/treeviewx/
DISTNAME=	tv-${PORTVERSION}

MAINTAINER=	tonym@biolateral.com.au

LIB_DEPENDS=	wx_gtk-2.2.2:${PORTSDIR}/x11-toolkits/wxgtk

USE_GMAKE=	yes
GNU_CONFIGURE=	yes

.include <bsd.port.mk>