30 lines
822 B
Makefile
30 lines
822 B
Makefile
# $NetBSD: Makefile,v 1.3 2006/07/02 19:04:33 shattered Exp $
|
|
#
|
|
|
|
DISTNAME= EMBOSS-2.9.0
|
|
PKGNAME= emboss-2.9.0
|
|
CATEGORIES= biology
|
|
MASTER_SITES= #empty
|
|
DISTFILES= #empty
|
|
|
|
MAINTAINER= dprice@cs.nmsu.edu
|
|
HOMEPAGE= http://emboss.sourceforge.net/
|
|
COMMENT= European Molecular Biology Open Software Suite
|
|
|
|
DEPENDS+= emboss-base-2.9.0:../../wip/emboss-base
|
|
DEPENDS+= emboss-domainatrix-1.0.0:../../wip/emboss-domainatrix
|
|
DEPENDS+= emboss-emnu-1.05:../../wip/emboss-emnu
|
|
DEPENDS+= emboss-hmmer-2.1.1:../../wip/emboss-hmmer
|
|
DEPENDS+= emboss-meme-2.3.1:../../wip/emboss-meme
|
|
DEPENDS+= emboss-mse-1.0.0:../../wip/emboss-mse
|
|
DEPENDS+= emboss-phylip-3.57c:../../wip/emboss-phylip
|
|
DEPENDS+= emboss-topo-1.0.0:../../wip/emboss-topo
|
|
|
|
NO_CONFIGURE= yes
|
|
NO_BUILD= yes
|
|
|
|
do-install:
|
|
#empty
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|
|
|