freebsd-ports/biology/biococoa/Makefile
Dirk Meyer 5779dde040 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 09:20:54 +00:00

26 lines
565 B
Makefile

# New ports collection makefile for: biococoa
# Date created: 30 Dec 2006
# Whom: dirk.meyer@dinoex.sub.org
#
# $FreeBSD$
#
PORTNAME= biococoa
PORTVERSION= 1.6.0
CATEGORIES= biology
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>