[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.4

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

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