mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
555a3ebe6c
that the port otherwise uses files from another port. (Note: support for FILE_DEPENDS is not in bsd.port.mk yet, so it's a no-op for now.)
19 lines
456 B
Makefile
19 lines
456 B
Makefile
# New ports collection makefile for: Mew (for emacs)
|
|
# Version required: 1.93
|
|
# Date created: 17 January 1998
|
|
# Whom: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
|
|
#
|
|
# $Id: Makefile,v 1.8 1998/11/05 14:31:57 kuriyama Exp $
|
|
#
|
|
|
|
PKGNAME= mew-emacs-1.93
|
|
|
|
EMACS_NAME= Emacs-19.34b
|
|
DIRENTRY= "* Mew: (mew). Messaging in the Emacs World."
|
|
INFOFILE= mew.info
|
|
|
|
MASTERDIR= ${.CURDIR}/../../mail/mew-common
|
|
PKGDIR= ${.CURDIR}/pkg
|
|
|
|
.include "${MASTERDIR}/Makefile"
|