1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/irc/riece/Makefile
Volker Stolz d4d7c01b94 - Update to new version 1.0.6
- Add MASTER_SITE_SAVANNAH to MASTER_SITES

PR:		ports/74698
Submitted by:	maintainer
2004-12-09 16:46:03 +00:00

31 lines
656 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.6
PORTEPOCH= 1
CATEGORIES= irc elisp
MASTER_SITES= http://wiliki.designflaw.org/riece/ \
${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
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>