blob: 47c0d5793a4634d748091b097d037537c507fb7f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# New ports collection makefile for: lookup for Mule 2.3
# Date created: 98/11/19
# Whom: Satoshi Taoka <taoka@FreeBSD.org>
#
# $FreeBSD$
#
MASTERDIR= ${.CURDIR}/../lookup
USE_EMACS= yes
EMACS_PORT_NAME= emacs21
.include "${MASTERDIR}/Makefile"
|