4ea122bdf6
PR: ports/127193 Submitted by: phoffman@proper.com
13 lines
241 B
Makefile
13 lines
241 B
Makefile
# Ports collection makefile for: emacs-devel
|
|
# Date created: Sep 07 2008
|
|
# Whom: phoffman@proper.com
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
WITHOUT_X11= yes
|
|
PKGNAMESUFFIX= -nox11
|
|
|
|
MASTERDIR= ${.CURDIR}/../emacs
|
|
|
|
.include "${MASTERDIR}/Makefile"
|