[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / OpenXM / misc / packages / FreeBSD / openxm-ports / openxm-1.1.2

Diff for /OpenXM/misc/packages/FreeBSD/openxm-ports/openxm-1.1.2/Makefile between version 1.4 and 1.10

version 1.4, 2000/03/04 04:00:47 version 1.10, 2000/03/04 11:03:35
Line 1 
Line 1 
 # $OpenXM: OpenXM/misc/packages/FreeBSD/openxm-ports/openxm-1.1.2/Makefile,v 1.3 2000/03/04 01:35:18 takayama Exp $  # $OpenXM: OpenXM/misc/packages/FreeBSD/openxm-ports/openxm-1.1.2/Makefile,v 1.9 2000/03/04 08:04:58 takayama Exp $
   
 ## For debugging.  Put openxm-1.1.2.tar.gz at DISTDIR  ## For debugging.
 #DISTDIR=$(HOME)/tmp  #DISTDIR=$(HOME)/tmp
   
 ## OpenXM is put under  ${PREFIX}/OpenXM and ${PREFIX}/bin, man  ## OpenXM is put under  ${PREFIX}/OpenXM and ${PREFIX}/bin, man
   ## The default value of PREFIX is /usr/local
 ## The next is for debugging.  Do not forget to mkdir tmp2/bin.  ## The next is for debugging.  Do not forget to mkdir tmp2/bin.
 #PREFIX=$(HOME)/tmp2  #PREFIX=$(HOME)/tmp2
   
Line 14 
Line 15 
   
 DISTNAME=openxm-1.1.2  DISTNAME=openxm-1.1.2
 CATEGORIES= math  CATEGORIES= math
 MASTER_SITES=ftp://ftp.math.kobe-u.ac.jp/pub/OpenXM/1.1.2/  ### Note
   ### We do not have openxm-1.1.2.tar.gz at the master site, because
   ### the source code distribution is not allowed for OpenXM_contrib2/asir2000.
   ### Put openxm-1.1.2.tar.gz under /usr/ports/distfiles
   
 MAINTAINER= takayama@math.sci.kobe-u.ac.jp  MAINTAINER= takayama@math.sci.kobe-u.ac.jp
   
 BUILD_DEPENDS=  nkf:${PORTSDIR}/japanese/nkf \  BUILD_DEPENDS=  nkf:${PORTSDIR}/japanese/nkf \
                     platex:${PORTSDIR}/japanese/platex-euc \                      platex:${PORTSDIR}/japanese/platex-euc \
                 dvips:${PORTSDIR}/japanese/dvipsk-vflib \                  dvips:${PORTSDIR}/japanese/dvipsk-vflib \
                                   /usr/local/bin/perl:${PORTSDIR}/japanese/perl5 \
                 jlatex2html:${PORTSDIR}/japanese/latex2html \                  jlatex2html:${PORTSDIR}/japanese/latex2html \
                 makeinfo:${PORTSDIR}/japanese/texinfo \                  makeinfo:${PORTSDIR}/japanese/texinfo \
                 javac:${PORTSDIR}/java/jdk \                                  texi2html:${PORTSDIR}/textproc/texi2html \
                   /usr/local/jdk1.1.8/bin/javac:${PORTSDIR}/java/jdk \
                                 bash:${PORTSDIR}/shells/bash2 \                                  bash:${PORTSDIR}/shells/bash2 \
 ### If your dvips does not work properly, add the next one.  #                               xdvi:${PORTSDIR}/japanese/xdvik-vflib \
   ### Note:
   ### In order to make dvips work, you need to modify
   ###  /usr/local/share/texmf/web2c/texmf.cnf.
   ###  See /var/db/pkg/japanese/dvipsk-vflib/+DISPLAY.
   ### If your dvips does not work properly after this change,
   ### uncomment the line  xdvi:${PORTSDIR}/japanese/xdvik-vflib \
 ### However, xdvi itself does not work fine: try to generate pkfonts that  ### However, xdvi itself does not work fine: try to generate pkfonts that
 ### already exist.  ### already exist.
 ### Unfortunately, japanese/vfxdvik is empty (2000, 3/4).  ### Unfortunately, japanese/vfxdvik is empty (2000, 3/4).
                                 xdvi:${PORTSDIR}/japanese/xdvik-vflib \  
   
 RUN_DEPENDS=  RUN_DEPENDS=
   
   pre-install:
           -/bin/rm -rf ${PREFIX}/OpenXM
   
   
   OpenXM_MANPAGES=${PREFIX}/OpenXM/man/man1/*
   
 post-install :  post-install :
 # Reguild shell files to start binaries and copy it to ${PREFIX}/bin  # Reguild shell files to start binaries and copy it to ${PREFIX}/bin
 #    Modify pkg/INSTALL, too.  #    Modify pkg/INSTALL, too.
         (cd ${PREFIX}/OpenXM/rc ; make clean ; make install PREFIX=${PREFIX})          (cd ${PREFIX}/OpenXM/rc ; make clean ; make install PREFIX=${PREFIX})
 #  #
         -gzip ${PREFIX}/man/man1/*          -gzip $(OpenXM_MANPAGES)
         echo "Take asir key following the instruction appearing in the starting message of asir."          -cp $(OpenXM_MANPAGES) ${PREFIX}/man/man1
           -cat pkg/MESSAGE
   
 ## see /usr/share/mk/bsd.port.mk ==> /usr/ports/Mk/bsd.port/mk  ## see /usr/share/mk/bsd.port.mk ==> /usr/ports/Mk/bsd.port/mk
 ## make -d A  ## make -d A

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.10

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>