freebsd-ports/biology/treeviewx/Makefile
Gerald Pfeifer 15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00

23 lines
392 B
Makefile

# Created by: tonym
# $FreeBSD$
PORTNAME= treeviewx
PORTVERSION= ${DISTVERSION}.1s20100823
DISTVERSION= 0.5
PORTREVISION= 1
CATEGORIES= biology
MASTER_SITES= GOOGLE_CODE
DISTNAME= tv-${DISTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Phylogenetic tree viewer
USE_WX= 2.8
WX_COMPS= wx contrib
WX_UNICODE= yes
USES= gmake
GNU_CONFIGURE= yes
PLIST_FILES= bin/tv
.include <bsd.port.mk>