diff options
author | okazaki <okazaki@FreeBSD.org> | 2002-01-08 05:22:22 +0800 |
---|---|---|
committer | okazaki <okazaki@FreeBSD.org> | 2002-01-08 05:22:22 +0800 |
commit | dd8e07e314acf6ec2f85b7541dceac496fcb3b9f (patch) | |
tree | d956cfb1261ab261f5845e323b5c50883e38c2f8 /devel | |
parent | 5dee5c547affc3120452f5ad9264426eb84d3a00 (diff) | |
download | freebsd-ports-gnome-dd8e07e314acf6ec2f85b7541dceac496fcb3b9f.tar.gz freebsd-ports-gnome-dd8e07e314acf6ec2f85b7541dceac496fcb3b9f.tar.zst freebsd-ports-gnome-dd8e07e314acf6ec2f85b7541dceac496fcb3b9f.zip |
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'
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 3 | ||||
-rw-r--r-- | devel/elib-emacs19/Makefile | 18 | ||||
-rw-r--r-- | devel/elib-emacs20/Makefile | 2 |
3 files changed, 21 insertions, 2 deletions
diff --git a/devel/Makefile b/devel/Makefile index 8c82e34de108..28587afdc93d 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 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> diff --git a/devel/elib-emacs20/Makefile b/devel/elib-emacs20/Makefile index 779fdc87ddf1..84db5b6c80b7 100644 --- a/devel/elib-emacs20/Makefile +++ b/devel/elib-emacs20/Makefile @@ -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 |