1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/biology/coalesce/Makefile
Kirill Ponomarev 0b4743610c Fix unfetchable tarball, it was renamed and relocated on original
server.

PR:		ports/77674
Submitted by:	Sam Lawrance <boris at brooknet.com.au>
2005-02-18 12:58:07 +00:00

31 lines
653 B
Makefile

# New ports collection makefile for: coalesce
# Date created: 6 August 2001
# Whom: Johann Visagie <wjv@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= coalesce
PORTVERSION= 1.50
CATEGORIES= biology
MASTER_SITES= ftp://evolution.genetics.washington.edu/pub/lamarc/coalesce/
DISTNAME= ${PORTNAME}1.5b
EXTRACT_SUFX= .tar.Z
MAINTAINER= ports@FreeBSD.org
COMMENT= A program to fit population models
NO_WRKSUBDIR= yes
ALL_TARGET= ${PORTNAME}
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
post-install:
.if !defined(NOPORTDOCS)
@ ${MKDIR} ${DOCSDIR}
@ ${INSTALL_DATA} ${WRKSRC}/*.doc ${DOCSDIR}/
.endif
.include <bsd.port.mk>