=================================================================== RCS file: /home/cvs/OpenXM/misc/packages/FreeBSD/openxm-ports/openxm-1.1.2/Makefile,v retrieving revision 1.1.1.1 retrieving revision 1.8 diff -u -p -r1.1.1.1 -r1.8 --- OpenXM/misc/packages/FreeBSD/openxm-ports/openxm-1.1.2/Makefile 2000/03/02 10:32:39 1.1.1.1 +++ OpenXM/misc/packages/FreeBSD/openxm-ports/openxm-1.1.2/Makefile 2000/03/04 05:01:18 1.8 @@ -1,31 +1,53 @@ -# $OpenXM$ +# $OpenXM: OpenXM/misc/packages/FreeBSD/openxm-ports/openxm-1.1.2/Makefile,v 1.7 2000/03/04 04:34:22 takayama Exp $ -## For debugging. Put openxm-1.1.2.tar.gz at DISTDIR -DISTDIR=$(HOME)/tmp +## For debugging. +#DISTDIR=$(HOME)/tmp ## 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. -PREFIX=$(HOME)/tmp2 +#PREFIX=$(HOME)/tmp2 +################ NOTE ######################## +## Before typing in make, set your path to +## set path=(/usr/local/jdk1.1.8/bin $path) +## rehash + DISTNAME=openxm-1.1.2 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 BUILD_DEPENDS= nkf:${PORTSDIR}/japanese/nkf \ platex:${PORTSDIR}/japanese/platex-euc \ dvips:${PORTSDIR}/japanese/dvipsk-vflib \ + /usr/local/bin/perl:${PORTSDIR}/japanese/perl5 \ jlatex2html:${PORTSDIR}/japanese/latex2html \ makeinfo:${PORTSDIR}/japanese/texinfo \ + texi2html:${PORTSDIR}/textproc/texi2html \ javac:${PORTSDIR}/java/jdk \ + bash:${PORTSDIR}/shells/bash2 \ +# 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 +### already exist. +### Unfortunately, japanese/vfxdvik is empty (2000, 3/4). RUN_DEPENDS= post-install : # Reguild shell files to start binaries and copy it to ${PREFIX}/bin # 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/* echo "Take asir key following the instruction appearing in the starting message of asir."