ac3066bf75
multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
18 lines
380 B
Makefile
18 lines
380 B
Makefile
# 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>
|