freebsd-ports/biology/grappa/Makefile
Johann Visagie b77bfb26fc - Update to version 1.0.3
PR:		30175
Submitted by:	David A. Bader <dbader@eece.unm.edu> (MAINTAINER)
2001-08-29 11:53:29 +00:00

26 lines
575 B
Makefile

# New ports collection makefile for: grappa
# Date created: 30 June 2001
# Whom: dbader@eece.unm.edu
#
# $FreeBSD$
#
PORTNAME= grappa
PORTVERSION= 1.0.3
CATEGORIES= biology
MASTER_SITES= http://www.cs.unm.edu/~moret/
DISTNAME= GRAPPA-1.03
MAINTAINER= dbader@eece.unm.edu
BUILD_DEPENDS= ${LOCALBASE}/lib/libconcorde.a:${PORTSDIR}/math/concorde
USE_GMAKE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/grappa ${PREFIX}/bin
${LN} -sf ${PREFIX}/bin/grappa ${PREFIX}/bin/invdist
${LN} -sf ${PREFIX}/bin/grappa ${PREFIX}/bin/distmat
.include <bsd.port.mk>