diff options
author | shige <shige@FreeBSD.org> | 1999-08-06 19:32:39 +0000 |
---|---|---|
committer | shige <shige@FreeBSD.org> | 1999-08-06 19:32:39 +0000 |
commit | 82d2099746f7f155648f7aab62a2ffa88e44e38c (patch) | |
tree | 022eda05702107fd1108945517384706c2d4aa95 /editors/wemi-xemacs21-mule-current/Makefile | |
parent | b9411734f4ee420c6cd0d9555f1b7a9015e625fc (diff) | |
download | FreeBSD-ports-82d2099746f7f155648f7aab62a2ffa88e44e38c.zip FreeBSD-ports-82d2099746f7f155648f7aab62a2ffa88e44e38c.tar.gz |
WEMI(wemi-xemacs-mule-current) is a library of MIME feature for GNU Emacs.
WEMI is a branch of SEMI kernel package using widget.
This version is a development version.
Diffstat (limited to 'editors/wemi-xemacs21-mule-current/Makefile')
-rw-r--r-- | editors/wemi-xemacs21-mule-current/Makefile | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/editors/wemi-xemacs21-mule-current/Makefile b/editors/wemi-xemacs21-mule-current/Makefile new file mode 100644 index 0000000..c49a42a --- /dev/null +++ b/editors/wemi-xemacs21-mule-current/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: wemi-current for xemacs-mule +# Version required: 1.13.3 +# Date created: 25 July 1999 +# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.ORG> +# +# $Id$ +# + +MAINTAINER= shige@FreeBSD.ORG + +# This is a slave port. +PORTCLASS= slave + +MASTERDIR= ${.CURDIR}/../../editors/wemi-emacs-current + +# emacs port setup +EMACS_NAME= xemacs +EMACS_PORT= xemacs-mule +EMACS_VER= 20.4 +EMACS_LIBDIR= lib/${EMACS_NAME}-${EMACS_VER} +# xemacs-mule-20.4 has no version specific site-lisp directories. +EMACS_LIBDIR_WITH_VER= ${EMACS_LIBDIR} + +# RUN_DEPENDS port name's suffix is '-common'. +HAVE_COMMON_PORT= YES +# emacs requires *-setupel.el +REQUIRE_SETUPEL= YES + +# use pkg/* files in ${.CURDIR} +PKGDIR= ${.CURDIR}/pkg + +.include <${MASTERDIR}/Makefile> |