2001-08-07 10:17:58 +02:00
|
|
|
# New ports collection makefile for: lamarc
|
|
|
|
# Date created: 6 August 2001
|
|
|
|
# Whom: Johann Visagie <wjv@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= lamarc
|
2010-08-04 08:30:07 +02:00
|
|
|
PORTVERSION= 2.1.5
|
2007-10-08 15:04:51 +02:00
|
|
|
PORTEPOCH= 1
|
2001-08-07 10:17:58 +02:00
|
|
|
CATEGORIES= biology
|
2010-08-04 08:30:07 +02:00
|
|
|
MASTER_SITES= http://evolution.gs.washington.edu/lamarc/download/ \
|
|
|
|
http://www.c-s.li/ports/
|
2007-10-08 15:04:51 +02:00
|
|
|
EXTRACT_SUFX= .src.tar.gz
|
2001-08-07 10:17:58 +02:00
|
|
|
|
2011-09-15 14:33:27 +02:00
|
|
|
MAINTAINER= cs@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A package of programs for computing population parameters
|
2001-08-07 10:17:58 +02:00
|
|
|
|
2010-08-04 08:30:07 +02:00
|
|
|
LICENSE= ASL
|
|
|
|
|
|
|
|
OPTIONS= WXGTK2 "Install wxWidgets" off
|
|
|
|
|
|
|
|
MAKE_JOBS_SAFE= yes
|
2009-05-16 08:27:56 +02:00
|
|
|
|
2007-10-08 15:04:51 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2001-08-07 10:17:58 +02:00
|
|
|
|
2007-10-08 15:04:51 +02:00
|
|
|
.if defined(WITH_WXGTK2)
|
|
|
|
USE_WX= 2.8
|
|
|
|
CONFIGURE_ARGS+= --with-wx-config=${WX_CONFIG}
|
|
|
|
PLIST_SUB+= WXGTK2=""
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --disable-converter
|
|
|
|
PLIST_SUB+= WXGTK2="@comment "
|
|
|
|
.endif
|
2001-08-07 10:17:58 +02:00
|
|
|
|
2007-10-08 15:04:51 +02:00
|
|
|
.if defined(NOPORTDOCS)
|
|
|
|
INSTALL_TARGET= install-exec-am
|
|
|
|
.endif
|
2001-08-07 10:17:58 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|