summaryrefslogtreecommitdiff
path: root/net/zenicb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/zenicb/Makefile')
-rw-r--r--net/zenicb/Makefile45
1 files changed, 0 insertions, 45 deletions
diff --git a/net/zenicb/Makefile b/net/zenicb/Makefile
deleted file mode 100644
index 3934486fcc7..00000000000
--- a/net/zenicb/Makefile
+++ /dev/null
@@ -1,45 +0,0 @@
-# $NetBSD: Makefile,v 1.10 2000/10/03 20:21:48 martin Exp $
-#
-
-DISTNAME= zenicb-19981202
-CATEGORIES= net
-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"