freebsd-ports/biology/gmap/Makefile
Philip M. Gollucci 8563ed7899 - fix fetch: wget is not required for fetching
Reported by:    QAT
2010-12-12 08:10:05 +00:00

20 lines
477 B
Makefile

# Ports collection makefile for: gmap
# Date created: 24 September 2006
# Whom: 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
.include <bsd.port.mk>