From dc4202d43192523efee4f4ba8c5e3858652d1c6b Mon Sep 17 00:00:00 2001 From: OKAZAKI Tetsurou Date: Mon, 7 Jan 2002 21:22:22 +0000 Subject: Restructuring of the Elib port. - use `elib' as the Elib master port instead of `elib-emacs'. - add `elib-emacs19' as a satellite port for the Emacs 19 support. - connect `elib' and `elib-emacs19' - disconnect `elib-emacs' --- devel/elib-emacs19/Makefile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 devel/elib-emacs19/Makefile (limited to 'devel/elib-emacs19') diff --git a/devel/elib-emacs19/Makefile b/devel/elib-emacs19/Makefile new file mode 100644 index 000000000000..20ea56c37dde --- /dev/null +++ b/devel/elib-emacs19/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: Elib for GNU Emacs 19 +# Date created: 24 Feb 2000 +# Whom: OKAZAKI Tetsurou +# +# $FreeBSD$ +# + +MAINTAINER= okazaki@FreeBSD.org + +# This is a slave port. +PORTCLASS= slave + +MASTERDIR= ${.CURDIR}/../../devel/elib + +# emacs port setup +EMACS_PORT_NAME= emacs19 + +.include <${MASTERDIR}/Makefile> -- cgit v1.2.3