1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-06 11:41:52 +00:00
Florent Thoumie 662d63837b - Mark BROKEN on ia64.
PR:		ports/79936
Submitted by:	maintainer
2005-04-15 12:39:47 +00:00

36 lines
778 B
Makefile

# New ports collection makefile for: riece
# Date created: 30 May 2004
# Whom: KIMURA Yasuhiro <yasu@utahime.org>
#
# $FreeBSD$
PORTNAME= riece
PORTVERSION= 1.0.8
PORTEPOCH= 1
CATEGORIES= irc elisp
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR= ${PORTNAME}
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
MAINTAINER= yasu@utahime.org
COMMENT= IRC client for Emacs
EMACS_PORT_NAME?= emacs21
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-emacs=${EMACS_CMD} \
--with-lispdir=${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}
USE_GMAKE= yes
INFO= riece-en riece-ja
.include <bsd.port.pre.mk>
.if ${ARCH} == "ia64"
BROKEN= "Byte compile fails on ia64. It is probably bug of emacs, not of riece. See ports/75832."
.endif
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>