blob: 0edd3516554743b6da3dbc7be175e00f01f1b349 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# 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"
|