summaryrefslogtreecommitdiff
path: root/japanese/w3/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-06-10 10:00:55 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-06-10 10:00:55 +0000
commit925ecf19b111f122a1836a8ba774a404cab0f0b0 (patch)
tree2436619f7819515bec9edd1f5f8f438425d482a4 /japanese/w3/Makefile
parentUpdate dir file with install-info. Also, change organization so that (diff)
Change organization so that files can be shared between this port and
www/w3. Note this is a "blind" commit; it is too much trouble to test an update with this many added and deleted files. I'll test it later. PR: 3793 Submitted by: <kiri@kiri.toba-cmt.ac.jp>
Notes
Notes: svn path=/head/; revision=6843
Diffstat (limited to 'japanese/w3/Makefile')
-rw-r--r--japanese/w3/Makefile32
1 files changed, 7 insertions, 25 deletions
diff --git a/japanese/w3/Makefile b/japanese/w3/Makefile
index a9c85e1e7e9f..831fa0738c3c 100644
--- a/japanese/w3/Makefile
+++ b/japanese/w3/Makefile
@@ -3,39 +3,21 @@
# Date created: 31 December 1996
# Whom: MITA Yoshio <mita@ee.t.u-tokyo.ac.jp>
#
-# $Id: Makefile,v 1.2 1997/01/04 13:19:40 max Exp $
+# $Id: Makefile,v 1.3 1997/02/15 07:42:32 max Exp $
#
-DISTNAME= w3-2.2.26
PKGNAME= jp-w3-2.2.26
CATEGORIES= www japanese
-MASTER_SITES= ftp://ftp.cs.indiana.edu/pub/elisp/w3/ \
- ftp://ftp.iij.ad.jp/pub/network/WWW/w3/
-
-MAINTAINER= kiri@kiri.toba-cmt.ac.jp
+FILESDIR= ${.CURDIR}/../../www/w3/files
+PATCHDIR= ${.CURDIR}/../../www/w3/patches
# Don't RUN_DEPENDS on mule because we don't know which version the
# user would want. We can't omit the BUILD_DEPENDS because it needs
# to byte-compile .el files.
BUILD_DEPENDS= mule:${PORTSDIR}/editors/mule
+RUN_DEPENDS=
-WRKSRC= ${WRKDIR}/w3
-
-DOCDIR= ${PREFIX}/share/doc/w3
-SAMPLEDIR= ${PREFIX}/share/examples/w3
-
-post-install:
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCDIR}
- @${MKDIR} ${SAMPLEDIR}
-.for f in dot.emacs dot.mosaic-hotlist-default
- @${INSTALL_DATA} ${FILESDIR}/${f} ${SAMPLEDIR}
-.endfor
- @${INSTALL_SCRIPT} ${FILESDIR}/user-install ${SAMPLEDIR}
-.for f in W3.ad clean-cache Makefile w3.txi
- @${INSTALL_DATA} ${WRKSRC}/${f} ${DOCDIR}
-.endfor
-.endif
- @${SETENV} PKG_PREFIX=${PREFIX} /bin/sh ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL
+EMACSCMD= mule
+ELISPDIR= ${PREFIX}/lib/mule/site-lisp
-.include <bsd.port.mk>
+.include "${.CURDIR}/../../www/w3/Makefile"