diff options
author | itojun <itojun@FreeBSD.org> | 1998-11-20 18:19:10 +0000 |
---|---|---|
committer | itojun <itojun@FreeBSD.org> | 1998-11-20 18:19:10 +0000 |
commit | 57c16b9cb0fa4dfecb5c856885e9b7f1abe9e64c (patch) | |
tree | a563a43928be6e34dc48bb5caff779672767e8ae /print/yatex/Makefile | |
parent | 8049358726f1900a7c4a62166e2bf66152f1bab1 (diff) | |
download | FreeBSD-ports-57c16b9cb0fa4dfecb5c856885e9b7f1abe9e64c.zip FreeBSD-ports-57c16b9cb0fa4dfecb5c856885e9b7f1abe9e64c.tar.gz |
- updated to use version 1.66.
PR: 8752
Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp> (= maintainer)
Diffstat (limited to 'print/yatex/Makefile')
-rw-r--r-- | print/yatex/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/print/yatex/Makefile b/print/yatex/Makefile index f65192d..bcc0a53 100644 --- a/print/yatex/Makefile +++ b/print/yatex/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: YaTeX -# Version required: 1.65.6 -# Date created: Oct 9 1998 +# Version required: 1.66 +# Date created: 98/11/17 # Whom: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp> # -# $Id: Makefile,v 1.3 1998/11/11 14:33:01 kuriyama Exp $ +# $Id: Makefile,v 1.4 1998/11/15 12:21:56 kuriyama Exp $ # -DISTNAME= yatex9805062331 -PKGNAME?= yatex-1.65.6 +DISTNAME= yatex1.66 +PKGNAME?= yatex-1.66 CATEGORIES?= print elisp MASTER_SITES= http://www.comp.ae.keio.ac.jp/~yuuji/yatex/ \ http://www.comp.ae.keio.ac.jp/~yuuji/tmp/ @@ -25,18 +25,20 @@ BUILD_DEPENDS= xemacs:${PORTSDIR}/editors/xemacs-mule \ bash:${PORTSDIR}/shells/bash2 .endif -VERSION= 1.65.6 +VERSION= 1.66 TARGETNAME= YaTeX DIRSECTION= The Emacs editor and associated tools +ADDSITESTART= +SITESTARTDIR= # Note that 'INFODIR' is defined in bsd.info.mk .if !defined(XEMACS-MULE) INFODIR= ${PREFIX}/info .endif +.if defined(MULE) # The value of ADDSITESTART should follow a format of printf(1) ADDSITESTART= (setq load-path (append (list \\n\ \\t\\"${ELISPDIR}/yatex\\"\\n\ \\t) load-path))\\n -.if defined(MULE) EMACSDIR= ${PREFIX}/share/mule SITESTARTDIR= ${EMACSDIR}/19.34/site-lisp .endif @@ -45,8 +47,6 @@ EMACS= xemacs EMACSDIR= ${PREFIX}/lib/xemacs # INFODIR= ${EMACSDIR}/info -ADDSITESTART= -SITESTARTDIR= .endif .if defined(MULE) || defined(XEMACS-MULE) NEW= yatex.new |