1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/biology/grappa/Makefile
Pawel Pekala 91571f28bb - Respect CC/CFLAGS
PR:		ports/184857
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-12-20 13:27:13 +00:00

23 lines
536 B
Makefile

# Created by: dbader@ece.unm.edu
# $FreeBSD$
PORTNAME= grappa
PORTVERSION= 2.0
CATEGORIES= biology
MASTER_SITES= http://www.cs.unm.edu/~moret/GRAPPA/
DISTNAME= GRAPPA20
MAINTAINER= ports@FreeBSD.org
COMMENT= Genome Rearrangements Analysis and Phylogeny Software
USES= gmake
PLIST_FILES= bin/grappa bin/invdist bin/distmat
do-install:
(cd ${WRKSRC} && ${INSTALL_PROGRAM} grappa ${STAGEDIR}${PREFIX}/bin)
${LN} -sf grappa ${STAGEDIR}${PREFIX}/bin/invdist
${LN} -sf grappa ${STAGEDIR}${PREFIX}/bin/distmat
.include <bsd.port.mk>