1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/biology/sim4/Makefile
2003-02-21 11:08:38 +00:00

25 lines
557 B
Makefile

# New ports collection makefile for: sim4
# Date created: 27 July 2000
# Whom: Johann Visagie <johann@egenetics.com>
#
# $FreeBSD$
#
PORTNAME= sim4
PORTVERSION= 2002.03.03
CATEGORIES= biology
MASTER_SITES= http://globin.cse.psu.edu/ftp/dist/sim4/
DISTNAME= ${PORTNAME}.${PORTVERSION:S/./-/g}
MAINTAINER= bio@freebsd.net
COMMENT= An algorithm for aligning expressed DNA with genomic sequences
WRKSRC= ${WRKDIR}/sim4.${PORTVERSION:S/./-/g}
ALL_TARGET= sim4
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/sim4 ${PREFIX}/bin
.include <bsd.port.mk>