mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
f0115eb669
This unbreaks emacs20 port.
17 lines
294 B
Makefile
17 lines
294 B
Makefile
# New ports collection makefile for: gnuserv-emacs20
|
|
# Date created: 10 February 2001
|
|
# Whom: ilya
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
# This is a slave port.
|
|
PORTCLASS= slave
|
|
|
|
MASTERDIR= ${.CURDIR}/../gnuserv
|
|
|
|
# emacs port setup
|
|
EMACS_PORT_NAME= emacs20
|
|
|
|
.include "${MASTERDIR}/Makefile"
|