15 lines
317 B
Makefile
15 lines
317 B
Makefile
|
# New ports collection makefile for: emacs-w3m (for emacs21)
|
||
|
# Date Created: 29 July 2007
|
||
|
# Whom: 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
|
||
|
|
||
|
.include "${MASTERDIR}/Makefile"
|