diff options
Diffstat (limited to 'net/tramp-emacs20/Makefile')
-rw-r--r-- | net/tramp-emacs20/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/tramp-emacs20/Makefile b/net/tramp-emacs20/Makefile new file mode 100644 index 000000000000..6d1d0f8ffdb9 --- /dev/null +++ b/net/tramp-emacs20/Makefile @@ -0,0 +1,12 @@ +# New ports collection makefile for: tramp (for emacs20) +# Date Created: 12 Dec 2001 +# Whom: Yoichi NAKAYAMA <yoichi@FreeBSD.org> +# +# $FreeBSD$ +# + +MASTERDIR= ${.CURDIR}/../tramp + +EMACS_PORT_NAME= emacs20 + +.include "${MASTERDIR}/Makefile" |