mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
12 lines
236 B
Makefile
12 lines
236 B
Makefile
# Created by: MANTANI Nobutaka <nobutaka@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../emacs-w3m
|
|
|
|
USE_EMACS= yes
|
|
EMACS_PORT_NAME= emacs22
|
|
COMMENT= Simple front-end to w3m for emacs22
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|