13 lines
239 B
Makefile
13 lines
239 B
Makefile
|
# New ports collection makefile for: lsdb (for emacs20)
|
||
|
# Date Created: 27 Apr 2002
|
||
|
# Whom: Yoichi NAKAYAMA <yoichi@FreeBSD.org>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
MASTERDIR= ${.CURDIR}/../lsdb
|
||
|
|
||
|
EMACS_PORT_NAME= emacs20
|
||
|
|
||
|
.include "${MASTERDIR}/Makefile"
|