diff options
-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" |