=================================================================== RCS file: /home/cvs/OpenXM/misc/packages/FreeBSD/openxm-ports/openxm-1.1.2/Makefile,v retrieving revision 1.8 retrieving revision 1.21 diff -u -p -r1.8 -r1.21 --- OpenXM/misc/packages/FreeBSD/openxm-ports/openxm-1.1.2/Makefile 2000/03/04 05:01:18 1.8 +++ OpenXM/misc/packages/FreeBSD/openxm-ports/openxm-1.1.2/Makefile 2000/03/17 15:35:47 1.21 @@ -1,37 +1,60 @@ -# $OpenXM: OpenXM/misc/packages/FreeBSD/openxm-ports/openxm-1.1.2/Makefile,v 1.7 2000/03/04 04:34:22 takayama Exp $ +# $OpenXM: OpenXM/misc/packages/FreeBSD/openxm-ports/openxm-1.1.2/Makefile,v 1.20 2000/03/17 15:05:39 takayama Exp $ +## The name of this directory should be changed to openxm from openxm-1.1.2 ## For debugging. -#DISTDIR=$(HOME)/tmp +#TAR_WORK=$(HOME)/tmp +#DISTDIR=${TAR_WORK} ## 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 +## How to update pkg/PLIST +# (1) uncomment #PREFIX=, #DISTDIR. +# Put the source tar-ball under $DISTDIR +# (2) make +# Double check all the files are properly genered under work/openxm-1.1.2 +# (3) (cd files ; make ; ./gen-plist.shell) +# (4) Copy plist-tmp2 to pkg/PLIST and commit pkg/PLIST + ################ NOTE ######################## ## Before typing in make, set your path to ## set path=(/usr/local/jdk1.1.8/bin $path) ## rehash +### How to test the port for openxm +### cd /usr/ports/math ; tar xzvf ${TAR_WORK}/openxm-port.tar.gz +### cp ${TAR_WORK}/openxm-1.1.2.tar.gz /usr/ports/distfiles +### cd /usr/ports/math/openxm ; make install +### [Try also make package , make deinstall, pkg_delete openxm-1.1.2 , +### pkg_add openxm-1.1.2.tgz] + DISTNAME=openxm-1.1.2 CATEGORIES= math ### 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 +### The tar-ball can be generated by +### (cd OpenXM/misc/packages/Generic ; make clean-work ; make tar-ball ) + MAINTAINER= takayama@math.sci.kobe-u.ac.jp BUILD_DEPENDS= nkf:${PORTSDIR}/japanese/nkf \ platex:${PORTSDIR}/japanese/platex-euc \ + xdvi:${PORTSDIR}/japanese/xdvik-vflib \ dvips:${PORTSDIR}/japanese/dvipsk-vflib \ /usr/local/bin/perl:${PORTSDIR}/japanese/perl5 \ jlatex2html:${PORTSDIR}/japanese/latex2html \ - makeinfo:${PORTSDIR}/japanese/texinfo \ + jmakeinfo:${PORTSDIR}/japanese/texinfo \ texi2html:${PORTSDIR}/textproc/texi2html \ - javac:${PORTSDIR}/java/jdk \ + /usr/local/jdk1.1.8/bin/javac:${PORTSDIR}/java/jdk \ bash:${PORTSDIR}/shells/bash2 \ -# xdvi:${PORTSDIR}/japanese/xdvik-vflib \ + autoconf:${PORTSDIR}/devel/autoconf \ +## I could not find a package for makeinfo. +## makeinfo:${PORTSDIR}/print/texinfo \ ### Note: ### In order to make dvips work, you need to modify ### /usr/local/share/texmf/web2c/texmf.cnf. @@ -42,15 +65,26 @@ BUILD_DEPENDS= nkf:${PORTSDIR}/japanese/nkf \ ### already exist. ### Unfortunately, japanese/vfxdvik is empty (2000, 3/4). -RUN_DEPENDS= +RUN_DEPENDS=/compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base \ + java:${PORTSDIR}/java/jdk \ +## /compat/linux/usr/bin/i386-redhat-linux-egcs:${PORTSDIR}/devel/linux_devtools \ + + +pre-install: + -/bin/rm -rf ${PREFIX}/OpenXM + + +OpenXM_MANPAGES=${PREFIX}/OpenXM/man/man1/sm1.1 ${PREFIX}/OpenXM/man/man1/openxm.1 + 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}) # - -gzip ${PREFIX}/man/man1/* - echo "Take asir key following the instruction appearing in the starting message of asir." + -cp $(OpenXM_MANPAGES) ${PREFIX}/man/man1 + -gzip -f ${PREFIX}/man/man1/sm1.1 ${PREFIX}/man/man1/openxm.1 + -cat pkg/MESSAGE ## see /usr/share/mk/bsd.port.mk ==> /usr/ports/Mk/bsd.port/mk ## make -d A