blob: 5d302f443272e4402f2220649d027b641a15a49b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# New ports collection makefile for: GNU emacs
# Version required: 19.28
# Date created: 29 October 1994
# Whom: jkh
#
# $Id: Makefile,v 1.12 1995/02/13 13:02:31 ats Exp $
#
DISTNAME= emacs-19.28
USE_GMAKE= yes
HAS_CONFIGURE= yes
STRIP=
CONFIGURE_ARGS= i386--freebsd --prefix=${PREFIX}
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
CATEGORIES+= editors
.include <bsd.port.mk>
|