18 lines
331 B
Makefile
18 lines
331 B
Makefile
# New ports collection makefile for: Elib for GNU Emacs 20
|
|
# 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
|
|
|
|
# emacs port setup
|
|
EMACS_PORT_NAME= emacs20
|
|
|
|
.include <${MASTERDIR}/Makefile>
|