pkgsrc/chat/riece/Makefile
uebayasi 41e5a4b1ee - Update URL.
- Add more emacs versions to be accepted.
- Revert a local change (sorry).
- Add buildlink3.mk.
2008-10-06 07:24:31 +00:00

32 lines
910 B
Makefile

# $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://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 xemacs215 xemacs215nox xemacs214 xemacs214nox
WRKSRC= ${WRKDIR}/${DISTNAME:C|[^0-9]$||}
GNU_CONFIGURE= YES
INFO_FILES= # PLIST
EMACS_MODULES= base
# --with-emacs=... or --with-xemacs=...
CONFIGURE_ARGS+= --with-${EMACS_FLAVOR}=${EMACS_BIN:Q}
CONFIGURE_ARGS+= ${CONFIGURE_ARGS.${EMACS_FLAVOR}}
# Riece digs sub directory.
CONFIGURE_ARGS.emacs= --with-lispdir=${EMACS_LISPPREFIX:Q}
CONFIGURE_ARGS.xemacs= --with-packagedir=${EMACS_LISPPREFIX:C|/lisp\$||}
.include "../../mk/emacs.mk"
.include "../../mk/bsd.pkg.mk"