diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2007-07-29 10:05:47 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2007-07-29 10:05:47 +0000 |
commit | 360f9b39b6941b3fee8e74d325f0e0a2f7043619 (patch) | |
tree | 3773ea0987224c46d094f6965e13e19f776f1d55 /www | |
parent | 1b519085101481f3aa72c45c9223d609425eca24 (diff) | |
download | ports-360f9b39b6941b3fee8e74d325f0e0a2f7043619.tar.gz ports-360f9b39b6941b3fee8e74d325f0e0a2f7043619.zip |
Add emacs-w3m-emacs21, simple front-end to w3m for emacs21.
Notes
Notes:
svn path=/head/; revision=196557
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/emacs-w3m-emacs21/Makefile | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index a72d58747da4..4b1f1dc75116 100644 --- a/www/Makefile +++ b/www/Makefile @@ -139,6 +139,7 @@ SUBDIR += elog SUBDIR += emacs-w3m SUBDIR += emacs-w3m-emacs20 + SUBDIR += emacs-w3m-emacs21 SUBDIR += emacs-w3m-xemacs21-mule SUBDIR += entrans SUBDIR += epiphany diff --git a/www/emacs-w3m-emacs21/Makefile b/www/emacs-w3m-emacs21/Makefile new file mode 100644 index 000000000000..97eb2f18b45b --- /dev/null +++ b/www/emacs-w3m-emacs21/Makefile @@ -0,0 +1,15 @@ +# 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 +PLIST= ${.CURDIR}/pkg-plist + +.include "${MASTERDIR}/Makefile" |