summaryrefslogtreecommitdiff
path: root/biology/babel/Makefile
blob: 52bdda2782aac684bafd772fad5f0ff8d7609b62 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# New ports collection Makefile for: babel
# Date created:         Dec 4 1997
# Whom:                 frankch@waru.life.nthu.edu.tw
#
# $FreeBSD$
#

PORTNAME=	babel
PORTVERSION=	1.6
CATEGORIES=	biology
MASTER_SITES=	ftp://ccl.osc.edu/pub/chemistry/software/MAC/babel/
EXTRACT_SUFX=	.tar.Z

MAINTAINER=	ports@FreeBSD.org

post-install:
	@ ${CAT} ${PKGMESSAGE} | ${SED} -e 's:/usr/local:${PREFIX}:'

.include <bsd.port.mk>