c6ed50ea2a
1.4.0 to 1.0.4 due to the repocopy and it prevents upgrading with portupgrade. Approved by: KIMURA Yasuhiro (yasu at utahime dot org) (maintainer)
28 lines
587 B
Makefile
28 lines
587 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.4
|
|
PORTEPOCH= 1
|
|
CATEGORIES= irc elisp
|
|
MASTER_SITES= http://wiliki.designflaw.org/riece/
|
|
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-ja
|
|
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|