From c14570556499bf6fff1ea3aae45ddfecf11f6e64 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 15 Dec 2000 00:36:25 +0000 Subject: Create new 'chat' category, featuring chat clients and servers of all kinds. Move some packages from 'net' here. --- chat/zenicb/Makefile | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 chat/zenicb/Makefile (limited to 'chat/zenicb/Makefile') diff --git a/chat/zenicb/Makefile b/chat/zenicb/Makefile new file mode 100644 index 00000000000..5359a33fbf5 --- /dev/null +++ b/chat/zenicb/Makefile @@ -0,0 +1,45 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/12/15 00:36:35 wiz Exp $ +# + +DISTNAME= zenicb-19981202 +CATEGORIES= chat +MASTER_SITES= ${MASTER_SITE_LOCAL} + +MAINTAINER= thorpej@netbsd.org + +NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL + +# 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-[1-9]*:../../editors/xemacs +MAKEFLAGS+= USE_XEMACS=${USE_XEMACS} +ELISPDIR= lib/xemacs/xemacs-packages/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: +.if defined(USE_XEMACS) + @${MKDIR} ${PREFIX}/${ELISPDIR} +.endif + @for file in ${WRKSRC}/src/*.el; do \ + j="${INSTALL_DATA} $$file ${PREFIX}/${ELISPDIR}/"; \ + ${ECHO} $$j; $$j; \ + done + +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3