summaryrefslogtreecommitdiff
path: root/editors/emacs20-dl/Makefile
blob: 79e76d9d25b4807fea99787563a9b8a5ef812955 (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
43
44
45
46
47
48
49
# New ports collection makefile for:	GNU emacs with dl
# Version required:	20.4
# Date created:		10 October 1998
# Whom:			shige
#
# $FreeBSD$
#

DISTNAME=	emacs-20.4
PKGNAME=	emacs-dl-20.4
CATEGORIES=	editors
MASTER_SITES=	${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR=	emacs

PATCH_SITES=	http://www.etl.go.jp/~tomo/comp/emacsen/
PATCHFILES=	emacs-20.4-dl.diff.gz
PATCH_DIST_STRIP= -p1

MAINTAINER=	shige@FreeBSD.org

RUN_DEPENDS=	emacs-20.4:${PORTSDIR}/editors/emacs20

USE_AUTOCONF=	yes
USE_GMAKE=	yes
MAKE_ENV=	INSTALL_SCRIPT="${INSTALL_SCRIPT}"
EMACS_VER=	20.4
CONFIGURE_TARGET=	${MACHINE_ARCH}--freebsd
.if !defined(NO_X11)
CONFIGURE_ARGS= --with-x-toolkit --with-pop
USE_XLIB=       yes
.else
CONFIGURE_ARGS= --with-x=no --with-pop
.endif

PLIST_SUB=	EMACS_VER=${EMACS_VER} EMACS_ARCH=${CONFIGURE_TARGET}

.if defined(USE_XPG4)
.if (${USE_XPG4} == "YES" || ${USE_XPG4} == "yes")
CONFIGURE_ARGS+=	--with-xpg4
.endif
.endif

pre-build:
	@${RM} -rf ${WRKSRC}/info/*

do-install:
	@${INSTALL} -c -s -m 555 -o root -g wheel ${WRKSRC}/src/emacs ${PREFIX}/bin/emacs-dl-${EMACS_VER}

.include <bsd.port.mk>