11 lines
236 B
Makefile
11 lines
236 B
Makefile
# Created by: MANTANI Nobutaka <nobutaka@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../emacs-w3m
|
|
|
|
USE_EMACS= yes
|
|
EMACS_PORT_NAME= emacs21
|
|
COMMENT= Simple front-end to w3m for emacs21
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|