blob: dedfc9fc9ca1d561c30c31dc16065277946e495f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# 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= ports@FreeBSD.org
COMMENT= An algorithm for aligning expressed DNA with genomic sequences
WRKSRC= ${WRKDIR}/sim4.${PORTVERSION:S/./-/g}
ALL_TARGET= sim4
PLIST_FILES= bin/sim4
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/sim4 ${PREFIX}/bin
.include <bsd.port.mk>
|