1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-07 22:58:11 +00:00
freebsd-ports/editors/emacs19/Makefile

27 lines
610 B
Makefile
Raw Normal View History

# New ports collection makefile for: GNU emacs
# Version required: 19.29
# Date created: 29 October 1994
# Whom: jkh
#
1995-06-26 08:25:34 +00:00
# $Id: Makefile,v 1.15 1995/06/26 05:58:07 asami Exp $
#
DISTNAME= emacs-19.29
CATEGORIES+= editors
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
HAS_CONFIGURE= yes
USE_GMAKE= yes
1994-10-04 15:45:04 +00:00
CONFIGURE_ARGS= i386--freebsd --prefix=${PREFIX}
STRIP=
post-install:
gzip -9nf ${PREFIX}/man/man1/emacs.1
gzip -9nf ${PREFIX}/man/man1/etags.1
gzip -9nf ${PREFIX}/man/man1/ctags.1
1995-06-26 08:25:34 +00:00
for file in emacs-19.29 emacsclient etags ctags b2m; do \
strip ${PREFIX}/bin/$$file; \
done
.include <bsd.port.mk>