mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
f7b5a60b9b
a package of programs for computing population parameters.
27 lines
527 B
Makefile
27 lines
527 B
Makefile
# New ports collection makefile for: lamarc
|
|
# Date created: 6 August 2001
|
|
# Whom: Johann Visagie <wjv@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= lamarc
|
|
PORTVERSION= 2001.08.06
|
|
CATEGORIES= biology
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # none
|
|
EXTRACT_ONLY= # empty
|
|
|
|
MAINTAINER= wjv@FreeBSD.org
|
|
|
|
RUN_DEPENDS= coalesce:${PORTSDIR}/biology/coalesce \
|
|
fluctuate:${PORTSDIR}/biology/fluctuate \
|
|
migrate:${PORTSDIR}/biology/migrate \
|
|
recombine:${PORTSDIR}/biology/recombine
|
|
|
|
NO_BUILD= yes
|
|
|
|
do-install: # empty
|
|
|
|
.include <bsd.port.mk>
|