- add or fix RCS ids - fix permission problems (USE_TOOLS etc.) - fix MESSAGE, DESCR, COMMENT problems - other minor tweaks (all reported by pkglint -Wall)
29 lines
819 B
Makefile
29 lines
819 B
Makefile
# $NetBSD: Makefile,v 1.5 2006/10/29 11:23:07 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"
|