f0115eb669
This unbreaks emacs20 port.
16 lines
294 B
Makefile
16 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"
|