summaryrefslogtreecommitdiff
path: root/inputmethod/prime-el/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'inputmethod/prime-el/Makefile')
-rw-r--r--inputmethod/prime-el/Makefile33
1 files changed, 0 insertions, 33 deletions
diff --git a/inputmethod/prime-el/Makefile b/inputmethod/prime-el/Makefile
deleted file mode 100644
index e8f21b8b66a..00000000000
--- a/inputmethod/prime-el/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# $NetBSD: Makefile,v 1.10 2016/09/08 15:19:17 joerg Exp $
-#
-
-DISTNAME= prime-el-1.5.1.3
-PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME}
-PKGREVISION= 2
-CATEGORIES= inputmethod
-MASTER_SITES= http://prime.osdn.jp/src/
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://taiyaki.org/prime/emacs/
-COMMENT= PRIME client for emacsen
-LICENSE= gnu-gpl-v2
-
-DEPENDS+= ${EMACS_PKGNAME_PREFIX}suikyo-elisp-[0-9]*:../../textproc/suikyo-elisp
-RUBY_VERSIONS_ACCEPTED= 18
-
-GNU_CONFIGURE= yes
-USE_LANGUAGES= # none
-
-CONFIGURE_ARGS+= --with-emacs-sitelispdir=${EMACS_LISPPREFIX}
-CONFIGURE_ARGS+= --with-prime-configdir=${PKG_SYSCONFDIR}
-
-PKG_SYSCONFSUBDIR= prime
-
-CONF_FILES+= ${PREFIX}/share/doc/prime/examples/Custom_prime-el.el \
- ${PKG_SYSCONFDIR}/Custom_prime-el.el
-
-.include "../../devel/apel/buildlink3.mk"
-.include "../../devel/mell/buildlink3.mk"
-.include "../../inputmethod/prime/buildlink3.mk"
-.include "../../editors/emacs/modules.mk"
-.include "../../mk/bsd.pkg.mk"