mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
6e596a863e
Maintainership over to FreeBSD bio-porters mailing list PR: 22306 Submitted by: Johann Visagie <johann@egenetics.com> MAINTAINER
24 lines
455 B
Makefile
24 lines
455 B
Makefile
# New ports collection makefile for: sim4
|
|
# Date created: 27 July 2000
|
|
# Whom: Johann Visagie <johann@egenetics.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= sim4
|
|
PORTVERSION= 2000.10.19
|
|
CATEGORIES= biology
|
|
MASTER_SITES= http://globin.cse.psu.edu/ftp/dist/sim4/
|
|
DISTNAME= sim4
|
|
|
|
MAINTAINER= bio@freebsd.net
|
|
|
|
WRKSRC= ${WRKDIR}/sim4.${PORTVERSION:S/./-/g}
|
|
|
|
ALL_TARGET= sim4
|
|
|
|
do-install:
|
|
@ ${INSTALL_PROGRAM} ${WRKSRC}/sim4 ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|