summaryrefslogtreecommitdiff
path: root/editors/emacs22/Makefile
blob: ab4b3ee119fa7b9332e7e5aac3d944e129674589 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:	GNU emacs
# Version required:	19.30
# Date created:		29 October 1994
# Whom:			jkh
#
# $Id: Makefile,v 1.17 1995/06/26 09:13:58 asami Exp $
#

DISTNAME=	emacs-19.30
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.30 emacsclient etags ctags b2m; do \
	  strip ${PREFIX}/bin/$$file; \
	done

.include <bsd.port.mk>