diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1997-12-21 21:57:37 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1997-12-21 21:57:37 +0000 |
commit | 77daf87099d085bed5b9ce9f9caeb485b7e6607c (patch) | |
tree | 74721d0a2370567d1b79a2f9f8ac82eab710c520 /biology/babel/Makefile | |
parent | cd524aef9707e38b70ed113310793c88d135aade (diff) |
This is a port of a molecular file format converter, babel.
Babel is developed by Dolata Group, Department of Chemistry,
University of Arizona and Ohio State University.
PR: ports/5215
Submitted by: Frank Chen Hsiung Chan <frankch@waru.life.nthu.edu.tw>
Notes
Notes:
svn path=/head/; revision=9147
Diffstat (limited to 'biology/babel/Makefile')
-rw-r--r-- | biology/babel/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/biology/babel/Makefile b/biology/babel/Makefile new file mode 100644 index 000000000000..c6346cd588a3 --- /dev/null +++ b/biology/babel/Makefile @@ -0,0 +1,19 @@ +# New ports collection Makefile for: babel +# Version required: 1.6 +# Date created: Dec 4 1997 +# Whom: frankch@waru.life.nthu.edu.tw +# +# $Id$ +# + +DISTNAME= babel-1.6 +CATEGORIES= biology +MASTER_SITES= ftp://ccl.osc.edu/pub/chemistry/software/MAC/babel/ +EXTRACT_SUFX= .tar.Z + +MAINTAINER= frankch@waru.life.nthu.edu.tw + +post-install: + @ ${CAT} ${PKGDIR}/INSTALL + +.include <bsd.port.mk> |