1e92f54830
Also link with libncurses, not libtermcap approved by: infrastructure blanket
30 lines
889 B
Makefile
30 lines
889 B
Makefile
# Created by: Tassilo Philipp <tphilipp@potion-studios.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mapm3
|
|
PORTVERSION= 3.0
|
|
CATEGORIES= biology
|
|
MASTER_SITES= http://www.broad.mit.edu/ftp/distribution/software/mapmaker3/ \
|
|
ftp://ftp.ibiblio.org/pub/academic/biology/molbio/mapmaker/ \
|
|
http://iubio.bio.indiana.edu/soft/molbio/qtl/mapmaker/ \
|
|
http://www.mirrorservice.org/sites/iubio.bio.indiana.edu/molbio/qtl/mapmaker/
|
|
DISTNAME= mapm3-source
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
MAINTAINER= tphilipp@potion-studios.com
|
|
COMMENT= Constructs linkage maps of markers segregating in experimental crosses
|
|
|
|
USES= ncurses
|
|
USE_CSTD= gnu89
|
|
CFLAGS+= -Wno-return-type
|
|
NO_WRKSUBDIR= yes
|
|
MAKE_ARGS+= SYS_LIBS="${LDFLAGS} -lm -lncurses"
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
post-patch:
|
|
${CP} ${WRKSRC}/sun/* ${WRKSRC}
|
|
|
|
pre-install:
|
|
@${REINPLACE_CMD} -e 's|/usr/local|${STAGEDIR}${PREFIX}|' ${WRKSRC}/Makefile
|
|
|
|
.include <bsd.port.mk>
|