aboutsummaryrefslogtreecommitdiffstats
path: root/editors/emacs19/Makefile
blob: 7a7615570457e280db38bf703f24e3fd44446cc0 (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# New ports collection makefile for:    GNU emacs
# Version required: 19.34b
# Date created:     29 October 1994
# Whom:         jkh
#
# $Id: Makefile,v 1.33 1999/01/02 12:26:10 kuriyama Exp $
#

DISTNAME=   emacs-19.34b
CATEGORIES= editors
MASTER_SITES=   ${MASTER_SITE_GNU}

MAINTAINER= ports@FreeBSD.ORG

EMACS_VERSION=  19.34
PLIST_SUB=  EMACS_VERSION=${EMACS_VERSION}
NO_LATEST_LINK= yes
WRKSRC=     ${WRKDIR}/emacs-19.34
GNU_CONFIGURE=  yes
USE_XLIB=   yes
USE_GMAKE=  yes
CONFIGURE_ARGS= i386--freebsd --with-x-toolkit \
        --sharedstatedir=/var/run
STRIP=
MAN1=       emacs.1 etags.1 ctags.1

post-install:
.for file in emacs-19.34 emacsclient etags ctags b2m
    strip ${PREFIX}/bin/${file}
.endfor
    if [ ! -f ${PREFIX}/info/dir ]; then \
      ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
    fi
.for info in emacs vip viper forms gnus mh-e cl sc dired-x ediff ccmode message
    install-info ${PREFIX}/info/${info} ${PREFIX}/info/dir
.endfor
# install emacs.sh into ${PREFIX}/etc/rc.d
    chmod 1777 /var/run/emacs/lock
    @${MKDIR} ${PREFIX}/etc/rc.d
    @${INSTALL_SCRIPT} ${FILESDIR}/emacs.sh ${PREFIX}/etc/rc.d

.include <bsd.port.mk>