16 lines
353 B
Makefile
16 lines
353 B
Makefile
# New ports collection makefile for: GNU emacs
|
|
# Version required: 19.26
|
|
# Date created: 13 September 1994
|
|
# Whom: jkh
|
|
#
|
|
# $Id: Makefile,v 1.6 1994/09/14 14:11:49 jkh Exp $
|
|
#
|
|
|
|
DISTNAME= emacs-19.26
|
|
USE_GMAKE= yes
|
|
HAS_CONFIGURE= yes
|
|
CONFIGURE_ARGS= i386--freebsd --prefix=${PREFIX}
|
|
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
|
|
|
|
.include <bsd.port.mk>
|