[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / editors / TeXmacs

Annotation of pkgsrc/editors/TeXmacs/Makefile, Revision 1.51

1.51    ! ghen        1: # $NetBSD: Makefile,v 1.50 2005/11/11 18:50:24 tonio Exp $
1.1       rh          2:
1.49      wiz         3: DISTNAME=      TeXmacs-1.0.5.12-src
1.38      drochner    4: PKGNAME=       ${DISTNAME:S/-src//}
1.1       rh          5: CATEGORIES=    editors
                      6: MASTER_SITES=  ftp://ftp.texmacs.org/pub/TeXmacs/targz/
                      7:
1.22      recht       8: MAINTAINER=    recht@NetBSD.org
1.20      cjep        9: HOMEPAGE=      http://www.texmacs.org/
1.1       rh         10: COMMENT=       GNU TeXmacs (free scientific text editor)
                     11:
1.37      wiz        12: BUILD_TARGET=  TEXMACS
1.1       rh         13:
1.42      jlam       14: USE_TOOLS+=            gmake
1.29      adam       15: USE_LANGUAGES=         c c++
                     16: GNU_CONFIGURE=         yes
1.50      tonio      17: TEX_ACCEPTED=          teTeX1 teTeX2 teTeX3
1.1       rh         18:
1.27      recht      19: PYTHON_PATCH_SCRIPTS=  plugins/python/bin/tm_python
                     20:
                     21: SUBST_CLASSES+=                init
                     22: SUBST_STAGE.init=      post-patch
                     23: SUBST_FILES.init=      plugins/python/progs/init-python.scm
                     24: SUBST_SED.init=                -e 's,@PYTHONBIN@,${PYTHONBIN},g'
                     25:
1.49      wiz        26: SUBST_CLASSES+=                bash
                     27: SUBST_STAGE.bash=      post-patch
                     28: SUBST_FILES.bash+=     plugins/dratex/bin/tm_dratex
                     29: SUBST_FILES.bash+=     plugins/eukleides/bin/tm_eukleides
                     30: SUBST_FILES.bash+=     plugins/gnuplot/bin/tm_gnuplot
                     31: SUBST_FILES.bash+=     plugins/lisp/bin/tm_lisp
                     32: SUBST_FILES.bash+=     plugins/lush/bin/tm_lush
                     33: SUBST_FILES.bash+=     plugins/matlab/bin/tm_matlab
                     34: SUBST_FILES.bash+=     plugins/maxima/bin/maxima_detect
                     35: SUBST_FILES.bash+=     plugins/maxima/bin/tm_maxima
                     36: SUBST_FILES.bash+=     plugins/mupad/bin/tm_mupad_help
                     37: SUBST_FILES.bash+=     plugins/octave/bin/tm_octave
                     38: SUBST_FILES.bash+=     plugins/reduce/bin/tm_reduce
                     39: SUBST_FILES.bash+=     plugins/xypic/bin/tm_xypic
                     40: SUBST_SED.bash=                -e 's,^\#!/bin/bash,\#!/bin/sh,'
                     41:
                     42: pre-install:
1.51    ! ghen       43:        ${FIND} ${WRKSRC}/plugins/ . -name '*.orig' | ${XARGS} ${RM}
1.49      wiz        44:
1.25      recht      45: .include "../../converters/libiconv/buildlink3.mk"
                     46: .include "../../graphics/freetype2/buildlink3.mk"
                     47: .include "../../lang/guile/buildlink3.mk"
1.44      jlam       48: .include "../../mk/x11.buildlink3.mk"
1.29      adam       49: .include "../../lang/python/application.mk"
1.48      tonio      50: .include "../../mk/tex.buildlink3.mk"
1.29      adam       51:
1.1       rh         52: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>