b1650ff64b
Update master port to emacs21. Update slave ports to stub port: emacs-w3m-emacs20, emacs-w3m-xemacs21-mule Install el/elc files to version specific site-lisp directory (Gnu Emacsen).
15 lines
261 B
Makefile
15 lines
261 B
Makefile
# New ports collection makefile for: emacs-w3m
|
|
# Date Created: 24 Mar 2001
|
|
# Whom: MANTANI Nobutaka <nobutaka@nobutaka.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
MASTERDIR= ${.CURDIR}/../emacs-w3m
|
|
|
|
PORTCLASS= slave
|
|
|
|
EMACS_PORT_NAME= emacs20
|
|
|
|
.include <${MASTERDIR}/Makefile>
|