1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/editors/emacs22/Makefile
Satoshi Asami 9ff496d18c Upgrade, 19.31 -> 19.34.
Submitted (in part) by:	rich
1996-09-04 00:56:24 +00:00

27 lines
625 B
Makefile

# New ports collection makefile for: GNU emacs
# Version required: 19.34
# Date created: 29 October 1994
# Whom: jkh
#
# $Id: Makefile,v 1.19 1996/06/07 09:41:20 jkh Exp $
#
DISTNAME= emacs-19.34
CATEGORIES+= editors
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
HAS_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS= i386--freebsd --prefix=${PREFIX} --with-x-toolkit
STRIP=
post-install:
gzip -9nf ${PREFIX}/man/man1/emacs.1
gzip -9nf ${PREFIX}/man/man1/etags.1
gzip -9nf ${PREFIX}/man/man1/ctags.1
for file in emacs-19.34 emacsclient etags ctags b2m; do \
strip ${PREFIX}/bin/$$file; \
done
.include <bsd.port.mk>