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

Annotation of OpenXM/misc/packages/FreeBSD/openxm-ports/openxm-1.1.2/Makefile, Revision 1.5

1.5     ! takayama    1: # $OpenXM: OpenXM/misc/packages/FreeBSD/openxm-ports/openxm-1.1.2/Makefile,v 1.4 2000/03/04 04:00:47 takayama Exp $
1.1       takayama    2:
1.5     ! takayama    3: ## For debugging.
1.3       takayama    4: #DISTDIR=$(HOME)/tmp
1.1       takayama    5:
                      6: ## OpenXM is put under  ${PREFIX}/OpenXM and ${PREFIX}/bin, man
1.5     ! takayama    7: ## The default value of PREFIX is /usr/local
1.1       takayama    8: ## The next is for debugging.  Do not forget to mkdir tmp2/bin.
1.3       takayama    9: #PREFIX=$(HOME)/tmp2
1.1       takayama   10:
1.4       takayama   11: ################  NOTE ########################
                     12: ## Before typing in make, set your path to
                     13: ## set path=(/usr/local/jdk1.1.8/bin $path)
                     14: ## rehash
                     15:
1.1       takayama   16: DISTNAME=openxm-1.1.2
                     17: CATEGORIES= math
1.5     ! takayama   18: ### Note
        !            19: ### We do not have openxm-1.1.2.tar.gz at the master site, because
        !            20: ### the source code distribution is not allowed for OpenXM_contrib2/asir2000.
        !            21: ### Put openxm-1.1.2.tar.gz under /usr/ports/distfiles
1.1       takayama   22:
                     23: MAINTAINER= takayama@math.sci.kobe-u.ac.jp
                     24:
                     25: BUILD_DEPENDS=  nkf:${PORTSDIR}/japanese/nkf \
                     26:                    platex:${PORTSDIR}/japanese/platex-euc \
                     27:                 dvips:${PORTSDIR}/japanese/dvipsk-vflib \
                     28:                 jlatex2html:${PORTSDIR}/japanese/latex2html \
                     29:                 makeinfo:${PORTSDIR}/japanese/texinfo \
                     30:                 javac:${PORTSDIR}/java/jdk \
1.4       takayama   31:                                bash:${PORTSDIR}/shells/bash2 \
1.5     ! takayama   32: #                              xdvi:${PORTSDIR}/japanese/xdvik-vflib \
        !            33: ### Note:
        !            34: ### In order to make dvips work, you need to modify
        !            35: ###  /usr/local/share/texmf/web2c/texmf.cnf.
        !            36: ###  See /var/db/pkg/japanese/dvipsk-vflib/+DISPLAY.
        !            37: ### If your dvips does not work properly after this change,
        !            38: ### uncomment the line         xdvi:${PORTSDIR}/japanese/xdvik-vflib \
1.4       takayama   39: ### However, xdvi itself does not work fine: try to generate pkfonts that
                     40: ### already exist.
                     41: ### Unfortunately, japanese/vfxdvik is empty (2000, 3/4).
1.1       takayama   42:
                     43: RUN_DEPENDS=
                     44:
                     45: post-install :
                     46: # Reguild shell files to start binaries and copy it to ${PREFIX}/bin
                     47: #    Modify pkg/INSTALL, too.
1.2       takayama   48:        (cd ${PREFIX}/OpenXM/rc ; make clean ; make install PREFIX=${PREFIX})
1.1       takayama   49: #
                     50:        -gzip ${PREFIX}/man/man1/*
                     51:        echo "Take asir key following the instruction appearing in the starting message of asir."
                     52:
                     53: ## see /usr/share/mk/bsd.port.mk ==> /usr/ports/Mk/bsd.port/mk
                     54: ## make -d A
                     55: .include <bsd.port.mk>

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