mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
20 lines
374 B
Makefile
20 lines
374 B
Makefile
# New ports collection makefile for: Mew (for xemacs20)
|
|
# Date created: 17 January 1998
|
|
# Whom: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
MAINTAINER= kiri@FreeBSD.org
|
|
|
|
# This is a slave port.
|
|
MASTERDIR= ${.CURDIR}/../mew
|
|
|
|
# set emacs port
|
|
EMACS_PORT_NAME=xemacs20
|
|
|
|
# use pkg-* files in ${.CURDIR}
|
|
PKGDIR= ${.CURDIR}
|
|
|
|
.include "${MASTERDIR}/Makefile"
|