summaryrefslogtreecommitdiff
path: root/math/yacas/Makefile
blob: 3d34cff960482946a6d846eaf01c3bfbd52be941 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $NetBSD: Makefile,v 1.9 2003/07/12 13:23:05 dillo Exp $
#

DISTNAME=	yacas-1.0.48
CATEGORIES=	math
MASTER_SITES=	http://www.xs4all.nl/~apinkus/backups/

MAINTAINER=	tech-pkg@netbsd.org
HOMEPAGE=	http://www.xs4all.nl/~apinkus/yacas.html
COMMENT=	Yet Another Computer Algebra System

GNU_CONFIGURE=	YES

TEST_TARGET=	test

post-install:
	${INSTALL_SCRIPT} ${WRKSRC}/yacas.sh ${PREFIX}/bin
	${INSTALL_DATA_DIR} ${PREFIX}/share/emacs/site-lisp
	${INSTALL_DATA} ${WRKSRC}/yacas.el ${PREFIX}/share/emacs/site-lisp

.include "../../mk/bsd.pkg.mk"