mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-03 22:23:24 +00:00
742d411eed
PR: ports/5361 Reviewed by: asami Submitted by: maintainer
20 lines
471 B
Makefile
20 lines
471 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: Makefile,v 1.1.1.1 1997/12/21 21:57:36 vanilla Exp $
|
|
#
|
|
|
|
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}/MESSAGE
|
|
|
|
.include <bsd.port.mk>
|