diff options
author | kiri <kiri@FreeBSD.org> | 2001-08-25 07:44:34 +0000 |
---|---|---|
committer | kiri <kiri@FreeBSD.org> | 2001-08-25 07:44:34 +0000 |
commit | 9dd6f8b79091359dfaf4c88b48db080316051c82 (patch) | |
tree | 20a728645e7e4baf6d1d136220d28dd853ad8407 /mail | |
parent | 63bce6e2cf1a5ac973b13d703146f709fc0a2ea1 (diff) | |
download | FreeBSD-ports-9dd6f8b79091359dfaf4c88b48db080316051c82.zip FreeBSD-ports-9dd6f8b79091359dfaf4c88b48db080316051c82.tar.gz |
Repositry copy mail/mew-xemacs21 -> mail/mew2-xemacs21.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/mew2-xemacs21/Makefile | 35 |
2 files changed, 36 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index 2957a3c..2fb76ba 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -87,6 +87,7 @@ SUBDIR += mew-xemacs20 SUBDIR += mew-xemacs21 SUBDIR += mew-xemacs21-mule + SUBDIR += mew2-xemacs21 SUBDIR += mh SUBDIR += minimalist SUBDIR += ml diff --git a/mail/mew2-xemacs21/Makefile b/mail/mew2-xemacs21/Makefile new file mode 100644 index 0000000..70b210e --- /dev/null +++ b/mail/mew2-xemacs21/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: Mew (for xemacs21) +# Date created: 17 January 1998 +# Whom: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp> +# +# $FreeBSD$ +# + +MAINTAINER= kiri@FreeBSD.org + +# This is a slave port. +MASTERDIR= ${.CURDIR}/../mew + +# set emacs port +EMACS_PORT_NAME= xemacs21 +EMACS_PACKAGESDIR= ${EMACS_LIBDIR}/site-packages + +SCRIPTS_ENV= EMACS_PACKAGESDIR=${EMACS_PACKAGESDIR} +MAKE_ENV= EMACS_LIBDIR=${EMACS_LIBDIR} XEMACS_PKGNAME=${XEMACS_PKGNAME} \ + XEMACS_PKGVER=${XEMACS_PKGVER} \ + EMACS_PACKAGESDIR=${EMACS_PACKAGESDIR} +PLIST_SUB= EMACS_PACKAGESDIR=${EMACS_PACKAGESDIR} + +# use pkg-* files in ${.CURDIR} +PKGDIR= ${.CURDIR} + +# how to install +ALL_TARGET= package info +INSTALL_TARGET= install-package + +# for xemacs package +XEMACS_PKGNAME= mew +XEMACS_PKGVER= 1.16 +MEW_DOCDIR= ${EMACS_PACKAGESDIR}/etc/${XEMACS_PKGNAME} + +.include "${MASTERDIR}/Makefile" |