diff options
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> |