20fd03ab5c
but I think perhaps that's just a little TOO automagic.
17 lines
384 B
Makefile
17 lines
384 B
Makefile
# New ports collection makefile for: GNU emacs
|
|
# Version required: 19.27
|
|
# Date created: 29 October 1994
|
|
# Whom: jkh
|
|
#
|
|
# $Id: Makefile,v 1.8 1994/10/29 21:49:36 pst Exp $
|
|
#
|
|
|
|
DISTNAME= emacs-19.27
|
|
USE_GMAKE= yes
|
|
HAS_CONFIGURE= yes
|
|
CONFIGURE_ARGS= i386--freebsd --prefix=${PREFIX}
|
|
DEPENDS= ${PORTSDIR}/devel/gmake
|
|
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
|
|
|
|
.include <bsd.port.mk>
|