mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
6527ef2070
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
27 lines
507 B
Makefile
27 lines
507 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: treeviewx
|
|
# Date created: 04 August 2001
|
|
# Whom: tonym
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= treeviewx
|
|
PORTVERSION= 0.5.1
|
|
PORTREVISION= 3
|
|
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
|
|
COMMENT= A phylogenetic tree viewer
|
|
|
|
USE_WX= yes
|
|
WX_COMPS= wx contrib
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/tv
|
|
|
|
.include <bsd.port.mk>
|