blob: e1f0849102bd90debc352d840d3507c0bc3e049e (
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= frankch@waru.life.nthu.edu.tw
post-install:
@ ${CAT} ${PKGMESSAGE} | ${SED} -e 's:/usr/local:${PREFIX}:'
.include <bsd.port.mk>
|