1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/biology/sim4/Makefile
Kevin Lo bf3691c14a Update to version 2000.08.24
PR: 20897
Submitted by: MAINTAINER
2000-09-04 02:44:03 +00:00

24 lines
448 B
Makefile

# New ports collection makefile for: sim4
# Date created: 27 July 2000
# Whom: Johann Visagie <johann@egenetics.com>
#
# $FreeBSD$
#
PORTNAME= sim4
PORTVERSION= 2000.08.24
CATEGORIES= biology
MASTER_SITES= http://globin.cse.psu.edu/ftp/dist/sim4/
DISTNAME= sim4
MAINTAINER= johann@egenetics.com
WRKSRC= ${WRKDIR}/sim4.2000-08-24
ALL_TARGET= sim4
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/sim4 ${PREFIX}/bin
.include <bsd.port.mk>