summaryrefslogtreecommitdiff
path: root/math/yacas/Makefile
blob: 69e37e48620d1fe95e270c64e2f24e4cb6cfd540 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# $NetBSD: Makefile,v 1.23 2006/02/05 23:10:04 joerg Exp $
#

DISTNAME=	yacas-1.0.59
PKGREVISION=	1
CATEGORIES=	math
MASTER_SITES=	http://yacas.sourceforge.net/backups/

MAINTAINER=	tech-pkg@NetBSD.org
HOMEPAGE=	http://yacas.sourceforge.net/
COMMENT=	Yet Another Computer Algebra System

USE_LANGUAGES=	c c++
GNU_CONFIGURE=	YES
USE_TOOLS+=	gmake perl
USE_LIBTOOL=	YES

TEST_TARGET=	test

LDFLAGS+=	-Wl,-R${PREFIX}/lib/yacas

# dos2unix fix on a few files
pre-patch:
.for __tmp__ in src/cyacas.h src/cyacas.cpp plugins/pcre/pcre_config.h
	${MV} ${WRKSRC}/${__tmp__} ${WRKSRC}/${__tmp__}.bak
	${CAT} ${WRKSRC}/${__tmp__}.bak | ${TR} -d "\015" >  \
		${WRKSRC}/${__tmp__}
.endfor

post-install:
	${INSTALL_SCRIPT} ${WRKSRC}/yacas.sh ${PREFIX}/bin
	${INSTALL_DATA_DIR} ${PREFIX}/share/emacs/site-lisp
.for __tmp__ in yacas.el yacas-names.el yacas-functions.el yacas-notebook.el \
	yacas-notebook.sty font-latex.el
	${INSTALL_DATA} ${WRKSRC}/YacasNotebook/${__tmp__} ${PREFIX}/share/emacs/site-lisp
.endfor

.include "../../math/gsl/buildlink3.mk"
.include "../../mk/x11.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"