mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
b14127ff8a
Hat: portmgr
20 lines
338 B
Makefile
20 lines
338 B
Makefile
# New ports collection makefile for: Elib for GNU Emacs 20
|
|
# Date created: 24 Feb 2000
|
|
# Whom: OKAZAKI Tetsurou
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
# This is a slave port.
|
|
PORTCLASS= slave
|
|
|
|
MASTERDIR= ${.CURDIR}/../../devel/elib
|
|
|
|
# emacs port setup
|
|
USE_EMACS= yes
|
|
EMACS_PORT_NAME= emacs20
|
|
|
|
.include "${MASTERDIR}/Makefile"
|