freebsd-ports/lang/yorick/Makefile
Thomas Gellekum a04dca10be Yorick port. Yorick is an interpreted language tailored for
scientific computing.

PR:		5132
Submitted by:	Pedro Giffuni <giffunip@asme.org>
1997-11-24 09:23:01 +00:00

37 lines
872 B
Makefile

# New ports collection makefile for: Yorick
# Version required: 1.4.1
# Date created: 26 Oct 97
# Whom: Pedro Giffuni <giffunip@asme.org>
#
# $Id$
#
DISTNAME= yorick-1.4
PKGNAME= yorick-1.4.1
CATEGORIES= lang math
MASTER_SITES= ftp://ftp-icf.llnl.gov/pub/Yorick/ \
ftp://wuarchive.wustl.edu/languages/yorick/ \
ftp://netlib.att.com/netlib/env/ \
ftp://netlib2.cs.utk.edu/env/
PATCH_SITES= ftp://ftp-icf.llnl.gov/pub/Yorick/
PATCHFILES= yorick-1.4.diff.gz
MAINTAINER= giffunip@asme.org
PATCH_DIST_STRIP=-p1
HAS_CONFIGURE= yes
ALL_TARGET=
MAN1= yorick.1 gist.1
post-install:
strip $(PREFIX)/bin/yorick
strip $(PREFIX)/bin/gist
@${INSTALL_MAN} ${WRKSRC}/yorick.1 ${PREFIX}/man/man1/
@${INSTALL_MAN} ${WRKSRC}/gist.1 ${PREFIX}/man/man1/
.if defined(NOPORTDOCS)
${RM} -rf $(PREFIX)/share/yorick/1.4/doc
.endif
.include <bsd.port.mk>