blob: 7a4e678d1cd787cd4923eb2a23c7f0cb2319958a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Created by: Bob Zimmermann <rpz@cse.wustl.edu>
# $FreeBSD$
PORTNAME= gmap
PORTVERSION= 2006.04.21
CATEGORIES= biology
MASTER_SITES= http://www.gene.com/share/gmap/src/
DISTNAME= ${PORTNAME}-${PORTVERSION:C|\.|-|g}
MAINTAINER= rpz@cse.wustl.edu
COMMENT= A Genomic Mapping and Alignment Program for mRNA and EST Sequences
USE_GMAKE= yes
GNU_CONFIGURE= yes
NO_STAGE= yes
.include <bsd.port.mk>
|