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'
This commit is contained in:
OKAZAKI Tetsurou 2002-01-07 21:22:22 +00:00
parent f413ea529d
commit dc4202d431
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52733
3 changed files with 21 additions and 2 deletions

View File

@ -122,7 +122,8 @@
SUBDIR += eieio-emacs20
SUBDIR += elfio
SUBDIR += elftoaout
SUBDIR += elib-emacs
SUBDIR += elib
SUBDIR += elib-emacs19
SUBDIR += elib-emacs20
SUBDIR += entity
SUBDIR += error

View File

@ -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>

View File

@ -10,7 +10,7 @@ MAINTAINER= okazaki@FreeBSD.org
# This is a slave port.
PORTCLASS= slave
MASTERDIR= ${.CURDIR}/../../devel/elib-emacs
MASTERDIR= ${.CURDIR}/../../devel/elib
# emacs port setup
EMACS_PORT_NAME= emacs20