1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/biology/biococoa/Makefile
David Chisnall 9443e7435f Update BioCocoa to the latest release.
Approved by:	bapt (mentor)
2013-10-08 18:34:45 +00:00

25 lines
520 B
Makefile

# $FreeBSD$
PORTNAME= biococoa
PORTVERSION= 2.2.2
PORTREVISION= 0
CATEGORIES= biology gnustep
MASTER_SITES= http://bioinformatics.org/biococoa/downloads/ ${MASTER_SITE_DEBIAN}
MASTER_SITE_SUBDIR= pool/main/b/biococoa.app
DISTNAME= biococoa-${PORTVERSION}-src
EXTRACT_SUFX= .tgz
MAINTAINER= theraven@FreeBSD.org
COMMENT= Bioinformatics framework
LICENSE= LGPL21
USE_GNUSTEP= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
WRKSRC= ${WRKDIR}/biococoa-${PORTVERSION}
.include <bsd.port.mk>