summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authoruebayasi <uebayasi@pkgsrc.org>2008-10-06 07:24:31 +0000
committeruebayasi <uebayasi@pkgsrc.org>2008-10-06 07:24:31 +0000
commit41e5a4b1eed5712017090e7d7bd3e3116b25c812 (patch)
tree9ee925d61fc195d5c5733cdfdff5fd5e9db675ba /chat
parent742090b6047f0831f8bf3bda8fe8e72e68cb3fb2 (diff)
downloadpkgsrc-41e5a4b1eed5712017090e7d7bd3e3116b25c812.tar.gz
- Update URL.
- Add more emacs versions to be accepted. - Revert a local change (sorry). - Add buildlink3.mk.
Diffstat (limited to 'chat')
-rw-r--r--chat/riece/Makefile8
-rw-r--r--chat/riece/buildlink3.mk22
2 files changed, 26 insertions, 4 deletions
diff --git a/chat/riece/Makefile b/chat/riece/Makefile
index 2502685b2cb..8eb78a0f038 100644
--- a/chat/riece/Makefile
+++ b/chat/riece/Makefile
@@ -1,17 +1,17 @@
-# $NetBSD: Makefile,v 1.14 2008/10/06 07:12:26 uebayasi Exp $
+# $NetBSD: Makefile,v 1.15 2008/10/06 07:24:31 uebayasi Exp $
#
DISTNAME= riece-5.0.0
PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME}
CATEGORIES= chat japanese
-MASTER_SITES= http://savannah.nongnu.org/download/riece/
+MASTER_SITES= http://download.savannah.gnu.org/releases/riece/
MAINTAINER= uebayasi@NetBSD.org
HOMEPAGE= http://www.nongnu.org/riece/
COMMENT= IRC client for Emacs
EMACS_VERSIONS_ACCEPTED= \
- emacs22 emacs22nox emacs21 emacs21nox xemacs214
+ emacs22 emacs22nox emacs21 emacs21nox xemacs215 xemacs215nox xemacs214 xemacs214nox
WRKSRC= ${WRKDIR}/${DISTNAME:C|[^0-9]$||}
@@ -27,6 +27,6 @@ CONFIGURE_ARGS+= ${CONFIGURE_ARGS.${EMACS_FLAVOR}}
CONFIGURE_ARGS.emacs= --with-lispdir=${EMACS_LISPPREFIX:Q}
CONFIGURE_ARGS.xemacs= --with-packagedir=${EMACS_LISPPREFIX:C|/lisp\$||}
-.include "../../editors/emacs/modules.mk"
+.include "../../mk/emacs.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/chat/riece/buildlink3.mk b/chat/riece/buildlink3.mk
new file mode 100644
index 00000000000..7c9608d3a7d
--- /dev/null
+++ b/chat/riece/buildlink3.mk
@@ -0,0 +1,22 @@
+# $NetBSD: buildlink3.mk,v 1.1 2008/10/06 07:24:31 uebayasi Exp $
+#
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+RIECE_BUILDLINK3_MK:= ${RIECE_BUILDLINK3_MK}+
+
+.if ${BUILDLINK_DEPTH} == "+"
+BUILDLINK_DEPENDS+= riece
+.endif
+
+BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nriece}
+BUILDLINK_PACKAGES+= riece
+BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}riece
+
+.if ${RIECE_BUILDLINK3_MK} == "+"
+BUILDLINK_API_DEPENDS.riece+= ${EMACS_PKGNAME_PREFIX}riece>=4
+BUILDLINK_PKGSRCDIR.riece?= ../../chat/riece
+.endif # RIECE_BUILDLINK3_MK
+
+BUILDLINK_CONTENTS_FILTER.riece= ${EGREP} '.*\.el$$|.*\.elc$$'
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}