pkgsrc/math/yacas/Makefile
jlam 9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00

37 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.25 2006/03/04 21:30:09 jlam Exp $
#
DISTNAME= yacas-1.0.59
PKGREVISION= 1
CATEGORIES= math
MASTER_SITES= http://yacas.sourceforge.net/backups/
MAINTAINER= pkgsrc-users@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+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/yacas
SUBST_CLASSES+= d2u
SUBST_STAGE.d2u= pre-patch
SUBST_FILES.d2u= src/cyacas.h src/cyacas.cpp plugins/pcre/pcre_config.h
SUBST_FILTER_CMD.d2u= ${TR} -d '\015'
post-install:
${INSTALL_SCRIPT} ${WRKSRC:Q}/yacas.sh ${PREFIX:Q}/bin
${INSTALL_DATA_DIR} ${PREFIX:Q}/share/emacs/site-lisp
.for f in yacas.el yacas-names.el yacas-functions.el yacas-notebook.el \
yacas-notebook.sty font-latex.el
${INSTALL_DATA} ${WRKSRC:Q}/YacasNotebook/${f:Q} ${PREFIX:Q}/share/emacs/site-lisp/
.endfor
.include "../../math/gsl/buildlink3.mk"
.include "../../mk/x11.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"