summaryrefslogtreecommitdiff
path: root/net/zenicb/Makefile
blob: 5cc67bbd0220877f690037bf15b828553211c7e1 (plain)
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
# $NetBSD: Makefile,v 1.8 2000/08/04 18:50:36 martin Exp $
#

DISTNAME=		zenicb-19981202
CATEGORIES=		net
MASTER_SITES=		${MASTER_SITE_LOCAL}

MAINTAINER=		thorpej@netbsd.org

MIRROR_DISTFILE=	no

# XXX YUCK!  I really don't like this, but what else are we going to do?
.include "../../mk/bsd.prefs.mk"
.if defined(USE_XEMACS)
EMACS=			xemacs
DEPENDS+=		xemacs-*:../../editors/xemacs
MAKEFLAGS+=		USE_XEMACS=${USE_XEMACS}
ELISPDIR=		lib/xemacs/lisp
.else
EMACS=			emacs
DEPENDS+=		emacs-*:../../editors/emacs
ELISPDIR=		share/emacs/site-lisp
.endif

PLIST_SUBST+=		ELISPDIR=${ELISPDIR}

pre-configure:
.if defined(USE_XEMACS)
	@${ECHO} "You have chosen Xemacs configuration."
.else
	@${ECHO} "To install for Xemacs, set the environment variable USE_XEMACS."
.endif

do-build:

do-install:
	@for file in ${WRKSRC}/src/*.el; do \
		j="${INSTALL_DATA} $$file ${PREFIX}/${ELISPDIR}/"; \
		${ECHO} $$j; $$j; \
	done

.include "../../mk/bsd.pkg.mk"