mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
da6797116b
Thanks to swell.k@gmail.com for the fix. PR: ports/147103 Submitted by: swell.k@gmail.com Approved by: pgj (mentor) Feature safe: yes
17 lines
293 B
Makefile
17 lines
293 B
Makefile
# Ports collection makefile for: emacs-devel
|
|
# Date created: Sep 07 2008
|
|
# Whom: phoffman@proper.com
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
_OPTIONS_OK= yes
|
|
WITHOUT_DBUS= yes
|
|
WITHOUT_X11= yes
|
|
PKGNAMESUFFIX= -nox11
|
|
|
|
MASTERDIR= ${.CURDIR}/../emacs
|
|
LATEST_LINK= emacs-nox11
|
|
|
|
.include "${MASTERDIR}/Makefile"
|