freebsd-ports/editors/emacs23/Makefile
Jordan K. Hubbard 20fd03ab5c Make this depend on gmake. I could do this automagically for USE_GMAKE,
but I think perhaps that's just a little TOO automagic.
1994-11-22 11:04:17 +00:00

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>