The BioCocoa framework provides developers with the opportunity to add
support for reading and writing BEAST, Clustal, EMBL, Fasta, GCG-MSF, GDE,
Hennig86, NCBI, NEXUS, NONA, PDB, Phylip, PIR, Plain/Raw, Swiss-Prot and
TNT files by writing only three lines of code.
The framework is written in Cocoa (Objective-C).
WWW: http://bioinformatics.org/biococoa/
2006-12-30 10:20:54 +01:00
|
|
|
# New ports collection makefile for: biococoa
|
|
|
|
# Date created: 30 Dec 2006
|
|
|
|
# Whom: dirk.meyer@dinoex.sub.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= biococoa
|
|
|
|
PORTVERSION= 1.6.0
|
2008-06-06 15:08:29 +02:00
|
|
|
PORTREVISION= 2
|
2007-01-31 19:18:14 +01:00
|
|
|
CATEGORIES= biology gnustep
|
The BioCocoa framework provides developers with the opportunity to add
support for reading and writing BEAST, Clustal, EMBL, Fasta, GCG-MSF, GDE,
Hennig86, NCBI, NEXUS, NONA, PDB, Phylip, PIR, Plain/Raw, Swiss-Prot and
TNT files by writing only three lines of code.
The framework is written in Cocoa (Objective-C).
WWW: http://bioinformatics.org/biococoa/
2006-12-30 10:20:54 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_DEBIAN}
|
|
|
|
MASTER_SITE_SUBDIR= pool/main/b/biococoa.app
|
|
|
|
DISTNAME= biococoa.app_${PORTVERSION}.orig
|
|
|
|
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
|
|
|
COMMENT= Bioinformatics framework
|
|
|
|
|
|
|
|
USE_GNUSTEP= yes
|
|
|
|
USE_GNUSTEP_PREFIX= yes
|
|
|
|
USE_GNUSTEP_BACK= yes
|
|
|
|
USE_GNUSTEP_BUILD= yes
|
|
|
|
USE_GNUSTEP_INSTALL= yes
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/biococoa
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|