mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
77daf87099
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>
20 lines
418 B
Makefile
20 lines
418 B
Makefile
# 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>
|