freebsd-ports/editors/emacs20/Makefile

19 lines
381 B
Makefile
Raw Normal View History

# New ports collection makefile for: GNU emacs
1995-01-09 07:06:38 -05:00
# Version required: 19.28
# Date created: 29 October 1994
# Whom: jkh
#
# $Id: Makefile,v 1.13 1995/04/01 12:44:46 jkh Exp $
#
1995-01-09 07:06:38 -05:00
DISTNAME= emacs-19.28
CATEGORIES+= editors
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
HAS_CONFIGURE= yes
USE_GMAKE= yes
1994-10-04 11:45:04 -04:00
CONFIGURE_ARGS= i386--freebsd --prefix=${PREFIX}
STRIP=
.include <bsd.port.mk>