[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.3 and 1.7

version 1.3, 2000/09/23 07:51:13 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.2 2000/09/23 07:41:25 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 33 
Line 33 
 PORTNAME=openxm  PORTNAME=openxm
 PORTVERSION=1.1.3  PORTVERSION=1.1.3
 CATEGORIES= math  CATEGORIES= math
 ### Note  MASTER_SITES= ftp://ftp.math.kobe-u.ac.jp/pub/OpenXM/1.1.3/
 ### We do not have openxm-1.1.3.tar.gz at the master site, because  
 ### the source code distribution is not allowed for OpenXM_contrib2/asir2000.  
 ### Put openxm-1.1.3.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  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 66  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 73  RUN_DEPENDS=/compat/linux/usr/i486-linux-libc5/lib/lib
Line 72  RUN_DEPENDS=/compat/linux/usr/i486-linux-libc5/lib/lib
   
   
 pre-install:  pre-install:
         -/bin/rm -rf ${PREFIX}/OpenXM          -${RM} -rf ${PREFIX}/OpenXM
   
   
 OpenXM_MANPAGES=${PREFIX}/OpenXM/man/man1/sm1.1 ${PREFIX}/OpenXM/man/man1/openxm.1  OpenXM_MANPAGES=${PREFIX}/OpenXM/man/man1/sm1.1 ${PREFIX}/OpenXM/man/man1/openxm.1
Line 83  post-install :
Line 82  post-install :
 #    Modify pkg/INSTALL, too.  #    Modify pkg/INSTALL, too.
         (cd ${PREFIX}/OpenXM/rc ; make clean ; make install PREFIX=${PREFIX})          (cd ${PREFIX}/OpenXM/rc ; make clean ; make install PREFIX=${PREFIX})
 #  #
         -cp $(OpenXM_MANPAGES) ${PREFIX}/man/man1          -${CP} $(OpenXM_MANPAGES) ${PREFIX}/man/man1
         -gzip -f ${PREFIX}/man/man1/sm1.1 ${PREFIX}/man/man1/openxm.1          -${GZIP_CMD} ${PREFIX}/man/man1/sm1.1 ${PREFIX}/man/man1/openxm.1
         -cat pkg/MESSAGE          -${CAT} pkg/MESSAGE
   
 ## 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.3  
changed lines
  Added in v.1.7

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