freebsd-ports/biology/lamarc/Makefile
Martin Wilke e3afa3a02b - Update to 2.1.2b
PR:		117336
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2007-10-23 23:07:19 +00:00

34 lines
715 B
Makefile

# New ports collection makefile for: lamarc
# Date created: 6 August 2001
# Whom: Johann Visagie <wjv@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= lamarc
PORTVERSION= 2.1.2b
PORTEPOCH= 1
CATEGORIES= biology
MASTER_SITES= http://evolution.gs.washington.edu/lamarc/download/
EXTRACT_SUFX= .src.tar.gz
MAINTAINER= ports@FreeBSD.org
COMMENT= A package of programs for computing population parameters
USE_GNOME= gnometarget
GNU_CONFIGURE= yes
.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
.if defined(NOPORTDOCS)
INSTALL_TARGET= install-exec-am
.endif
.include <bsd.port.mk>