mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
20 lines
441 B
Makefile
20 lines
441 B
Makefile
# 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>
|