37b71d2e4d
PR: ports/64393 Submitted by: eik Approved by: maintainer timeout (2 months)
20 lines
433 B
Makefile
20 lines
433 B
Makefile
# New ports collection makefile for: flim-1.13.x for emacs19
|
|
# Date created: 9 May 1999
|
|
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
MAINTAINER= shige@FreeBSD.org
|
|
COMMENT= FLIM, message representation or encoding emacs lisp library for emacs19
|
|
|
|
# This is a slave port.
|
|
PORTCLASS= slave
|
|
|
|
MASTERDIR= ${.CURDIR}/../../editors/flim113
|
|
|
|
# emacs port setup
|
|
EMACS_PORT_NAME= emacs19
|
|
|
|
.include "${MASTERDIR}/Makefile"
|