From 41e5a4b1eed5712017090e7d7bd3e3116b25c812 Mon Sep 17 00:00:00 2001 From: uebayasi Date: Mon, 6 Oct 2008 07:24:31 +0000 Subject: - Update URL. - Add more emacs versions to be accepted. - Revert a local change (sorry). - Add buildlink3.mk. --- chat/riece/Makefile | 8 ++++---- chat/riece/buildlink3.mk | 22 ++++++++++++++++++++++ 2 files changed, 26 insertions(+), 4 deletions(-) create mode 100644 chat/riece/buildlink3.mk 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/+$//} -- cgit v1.2.3