Lines 2-17
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= gmap |
4 |
PORTNAME= gmap |
5 |
PORTVERSION= 2006.04.21 |
5 |
PORTVERSION= 2015.09.21 |
6 |
PORTREVISION= 1 |
|
|
7 |
CATEGORIES= biology |
6 |
CATEGORIES= biology |
8 |
MASTER_SITES= http://research-pub.gene.com/gmap/src/ |
7 |
MASTER_SITES= http://research-pub.gene.com/gmap/src/ |
9 |
DISTNAME= ${PORTNAME}-${PORTVERSION:C|\.|-|g} |
8 |
DISTNAME= ${PORTNAME}-gsnap-${PORTVERSION:C|\.|-|g} |
10 |
|
9 |
|
11 |
MAINTAINER= rpz@cse.wustl.edu |
10 |
MAINTAINER= rpz@cse.wustl.edu |
12 |
COMMENT= Genomic Mapping and Alignment Program for mRNA and EST Sequences |
11 |
COMMENT= Genomic Mapping and Alignment Program for mRNA and EST Sequences |
13 |
|
12 |
|
|
|
13 |
LICENSE= GMAP |
14 |
LICENSE_NAME= GMAP License |
15 |
LICENSE_FILE= ${WRKSRC}/COPYING |
16 |
LICENSE_PERMS= dist-mirror pkg-mirror auto-accept |
17 |
|
14 |
USES= gmake perl5 |
18 |
USES= gmake perl5 |
15 |
GNU_CONFIGURE= yes |
19 |
GNU_CONFIGURE= yes |
16 |
|
20 |
|
|
|
21 |
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C|\.|-|g} |
22 |
|
23 |
OPTIONS_DEFINE= SIMD |
24 |
|
25 |
SIMD_CONFIGURE_OFF= --disable-builtin-popcount --disable-simd |
26 |
|
27 |
# shebang_fix operates during patch. |
28 |
# These scripts are created during configure. |
29 |
post-configure: |
30 |
${REINPLACE_CMD} -e 's|/usr/bin/perl|${PERL}|g' \ |
31 |
${WRKSRC}/Makefile ${WRKSRC}/util/*.pl |
32 |
|
17 |
.include <bsd.port.mk> |
33 |
.include <bsd.port.mk> |