Annotation of OpenXM/misc/packages/FreeBSD/openxm-ports/openxm-1.1.2/Makefile, Revision 1.6
1.6 ! takayama 1: # $OpenXM: OpenXM/misc/packages/FreeBSD/openxm-ports/openxm-1.1.2/Makefile,v 1.5 2000/03/04 04:13:01 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 \
1.6 ! takayama 28: perl:${PORTSDIR}/japanese/perl5 \
1.1 takayama 29: jlatex2html:${PORTSDIR}/japanese/latex2html \
30: makeinfo:${PORTSDIR}/japanese/texinfo \
31: javac:${PORTSDIR}/java/jdk \
1.4 takayama 32: bash:${PORTSDIR}/shells/bash2 \
1.5 takayama 33: # xdvi:${PORTSDIR}/japanese/xdvik-vflib \
34: ### Note:
35: ### In order to make dvips work, you need to modify
36: ### /usr/local/share/texmf/web2c/texmf.cnf.
37: ### See /var/db/pkg/japanese/dvipsk-vflib/+DISPLAY.
38: ### If your dvips does not work properly after this change,
39: ### uncomment the line xdvi:${PORTSDIR}/japanese/xdvik-vflib \
1.4 takayama 40: ### However, xdvi itself does not work fine: try to generate pkfonts that
41: ### already exist.
42: ### Unfortunately, japanese/vfxdvik is empty (2000, 3/4).
1.1 takayama 43:
44: RUN_DEPENDS=
45:
46: post-install :
47: # Reguild shell files to start binaries and copy it to ${PREFIX}/bin
48: # Modify pkg/INSTALL, too.
1.2 takayama 49: (cd ${PREFIX}/OpenXM/rc ; make clean ; make install PREFIX=${PREFIX})
1.1 takayama 50: #
51: -gzip ${PREFIX}/man/man1/*
52: echo "Take asir key following the instruction appearing in the starting message of asir."
53:
54: ## see /usr/share/mk/bsd.port.mk ==> /usr/ports/Mk/bsd.port/mk
55: ## make -d A
56: .include <bsd.port.mk>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>