Annotation of OpenXM/misc/packages/FreeBSD/openxm-ports/openxm-1.1.2/Makefile, Revision 1.1
1.1 ! takayama 1: # $OpenXM$
! 2:
! 3: ## For debugging. Put openxm-1.1.2.tar.gz at DISTDIR
! 4: DISTDIR=$(HOME)/tmp
! 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.
! 8: PREFIX=$(HOME)/tmp2
! 9:
! 10: DISTNAME=openxm-1.1.2
! 11: CATEGORIES= math
! 12: MASTER_SITES=ftp://ftp.math.kobe-u.ac.jp/pub/OpenXM/1.1.2/
! 13:
! 14: MAINTAINER= takayama@math.sci.kobe-u.ac.jp
! 15:
! 16: BUILD_DEPENDS= nkf:${PORTSDIR}/japanese/nkf \
! 17: platex:${PORTSDIR}/japanese/platex-euc \
! 18: dvips:${PORTSDIR}/japanese/dvipsk-vflib \
! 19: jlatex2html:${PORTSDIR}/japanese/latex2html \
! 20: makeinfo:${PORTSDIR}/japanese/texinfo \
! 21: javac:${PORTSDIR}/java/jdk \
! 22:
! 23: RUN_DEPENDS=
! 24:
! 25: post-install :
! 26: # Reguild shell files to start binaries and copy it to ${PREFIX}/bin
! 27: # Modify pkg/INSTALL, too.
! 28: (cd $(PREFIX)/OpenXM/rc ; make clean ; make install PREFIX=$(PREFIX))
! 29: #
! 30: -gzip ${PREFIX}/man/man1/*
! 31: echo "Take asir key following the instruction appearing in the starting message of asir."
! 32:
! 33: ## see /usr/share/mk/bsd.port.mk ==> /usr/ports/Mk/bsd.port/mk
! 34: ## make -d A
! 35: .include <bsd.port.mk>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>