diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-04-11 04:31:38 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-04-11 04:31:38 +0000 |
commit | c3dcf33c19bd38a37e045b07edd3b57c966d704d (patch) | |
tree | 852b5dbeebb24c33b23597fcd4d2436d620f06e8 /www/emacs-w3m-xemacs21-mule | |
parent | 16e13fb64703665d373afc41712dcbee429848c4 (diff) | |
download | ports-c3dcf33c19bd38a37e045b07edd3b57c966d704d.tar.gz ports-c3dcf33c19bd38a37e045b07edd3b57c966d704d.zip |
Notes
Diffstat (limited to 'www/emacs-w3m-xemacs21-mule')
-rw-r--r-- | www/emacs-w3m-xemacs21-mule/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/www/emacs-w3m-xemacs21-mule/Makefile b/www/emacs-w3m-xemacs21-mule/Makefile new file mode 100644 index 000000000000..880c0da362f4 --- /dev/null +++ b/www/emacs-w3m-xemacs21-mule/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: emacs-w3m-xemacs21-mule +# Date Created: 11 Apr 2001 +# Whom: Akinori MUSHA aka knu <knu@idaemons.org> +# +# $FreeBSD$ +# + +MASTERDIR= ${.CURDIR}/../emacs-w3m-emacs20 + +EMACS_PORT_NAME= xemacs21-mule + +CONFIGURE_ARGS= --with-xemacs=${EMACS_CMD} +EMACS_PACKAGESDIR= lib/xemacs/site-packages +LISPDIR= ${EMACS_PACKAGESDIR}/lisp/w3m +ETCDIR= ${EMACS_PACKAGESDIR}/etc/w3m +PKGINFODIR= ${EMACS_PACKAGESDIR}/pkginfo +INSTALL_TARGET= install-package + +.include <${MASTERDIR}/Makefile> |