mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
dc4202d431
- 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'
19 lines
325 B
Makefile
19 lines
325 B
Makefile
# 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>
|