7e52725f2a
Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
28 lines
594 B
Makefile
28 lines
594 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
|
|
COMMENT= A package of programs for computing population parameters
|
|
|
|
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>
|