freebsd-ports/editors/emacs/Makefile

25 lines
525 B
Makefile
Raw Normal View History

# New ports collection makefile for: GNU emacs
# Version required: 19.34
# Date created: 29 October 1994
# Whom: jkh
#
1996-11-17 08:01:32 +01:00
# $Id: Makefile,v 1.23 1996/11/11 05:07:06 obrien Exp $
#
DISTNAME= emacs-19.34
CATEGORIES= editors
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS= i386--freebsd --with-x-toolkit
STRIP=
1996-11-17 08:01:32 +01:00
MAN1= emacs.1 etags.1 ctags.1
post-install:
for file in emacs-19.34 emacsclient etags ctags b2m; do \
1995-06-26 10:25:34 +02:00
strip ${PREFIX}/bin/$$file; \
done
.include <bsd.port.mk>