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

Diff for /OpenXM/misc/packages/FreeBSD/openxm-ports/openxm-1.1.3/Makefile between version 1.6 and 1.7

version 1.6, 2000/10/28 16:05:58 version 1.7, 2000/12/21 08:34:32
Line 1 
Line 1 
 # $OpenXM: OpenXM/misc/packages/FreeBSD/openxm-ports/openxm-1.1.3/Makefile,v 1.5 2000/09/25 07:12:44 takayama Exp $  # $OpenXM: OpenXM/misc/packages/FreeBSD/openxm-ports/openxm-1.1.3/Makefile,v 1.6 2000/10/28 16:05:58 maekawa Exp $
   
 ## The name of this directory should be changed to openxm from openxm-1.1.3  ## The name of this directory should be changed to openxm from openxm-1.1.3
 ## For debugging.  ## For debugging.
Line 37  MASTER_SITES= ftp://ftp.math.kobe-u.ac.jp/pub/OpenXM/1
Line 37  MASTER_SITES= ftp://ftp.math.kobe-u.ac.jp/pub/OpenXM/1
   
 MAINTAINER= takayama@math.sci.kobe-u.ac.jp  MAINTAINER= takayama@math.sci.kobe-u.ac.jp
   
   .include <bsd.port.pre.mk>
 BUILD_DEPENDS=  nkf:${PORTSDIR}/japanese/nkf \  BUILD_DEPENDS=  nkf:${PORTSDIR}/japanese/nkf \
                     platex:${PORTSDIR}/japanese/platex-euc \                      platex:${PORTSDIR}/japanese/platex-euc \
                                 xdvi:${PORTSDIR}/japanese/xdvik-vflib \                                  xdvi:${PORTSDIR}/japanese/xdvik-vflib \
Line 60  BUILD_DEPENDS=  nkf:${PORTSDIR}/japanese/nkf \
Line 61  BUILD_DEPENDS=  nkf:${PORTSDIR}/japanese/nkf \
 ### already exist.  ### already exist.
 ### Unfortunately, japanese/vfxdvik is empty (2000, 3/4).  ### Unfortunately, japanese/vfxdvik is empty (2000, 3/4).
   
   .if ${OSVERSION} >= 400000
   BUILD_DEPENDS += bison:${PORTSDIR}/devel/bison
   .endif
   
 RUN_DEPENDS=/compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base \  RUN_DEPENDS=/compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base \
                 java:${PORTSDIR}/java/jdk \                  java:${PORTSDIR}/java/jdk \
 ##              /compat/linux/usr/bin/i386-redhat-linux-egcs:${PORTSDIR}/devel/linux_devtools \  ##              /compat/linux/usr/bin/i386-redhat-linux-egcs:${PORTSDIR}/devel/linux_devtools \
Line 83  post-install :
Line 88  post-install :
   
 ## see /usr/share/mk/bsd.port.mk ==> /usr/ports/Mk/bsd.port/mk  ## see /usr/share/mk/bsd.port.mk ==> /usr/ports/Mk/bsd.port/mk
 ## make -d A  ## make -d A
 .include <bsd.port.mk>  .include <bsd.port.post.mk>

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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