blob: b90bb65abc65d10b6d75fda73bb88ec4bd2cd8ef (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# New ports collection makefile for: lookup for XEmacs
# Version required: 1.0
# Date created: 98/11/19
# Whom: Satoshi Taoka <taoka@FreeBSD.org>
#
# $FreeBSD$
#
PKGNAME= ja-lookup-xemacs-1.0
MASTERDIR= ${.CURDIR}/../lookup-mule
EMACS= xemacs
.if defined(PARALLEL_PACKAGE_BUILD)
FORBIDDEN= hang
.endif
.include "${MASTERDIR}/Makefile"
|