1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Add a slave port so packages of X11-less emacs are available for pkg_add -r

PR:		ports/127193
Submitted by:	phoffman@proper.com
This commit is contained in:
Pav Lucistnik 2008-11-14 13:02:57 +00:00
parent 839ac07c42
commit 4ea122bdf6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=222837
2 changed files with 14 additions and 0 deletions

View File

@ -45,6 +45,7 @@
SUBDIR += em
SUBDIR += emacs
SUBDIR += emacs-devel
SUBDIR += emacs-nox11
SUBDIR += emacs.app
SUBDIR += emacs21
SUBDIR += etoile-typewriter

View File

@ -0,0 +1,13 @@
# 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"