aboutsummaryrefslogtreecommitdiffstats
path: root/irc/riece/Makefile
blob: ce883066d84a0ae88fe987b1bb6a91a856c166a6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# New ports collection makefile for:    riece
# Date created:     30 May 2004
# Whom:         KIMURA Yasuhiro <yasu@utahime.org>
#
# $FreeBSD$

PORTNAME=   riece
PORTVERSION=    3.1.2
PORTREVISION=   1
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

USE_EMACS=  yes
EMACS_PORT_NAME?=   emacs21
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --infodir=${PREFIX}/${INFO_PATH} \
        --with-emacs=${EMACS_CMD} \
        --with-lispdir=${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}
USE_GMAKE=  yes
USE_RUBY=   yes
RUBY_VER=   1.8

INFO=   riece-en riece-ja

post-install:
.if !defined(NOPORTDOCS)
    ${MKDIR} ${DOCSDIR}
.for f in AUTHORS ChangeLog NEWS NEWS.ja README README.ja doc/HACKING doc/HACKING.ja
    ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.endif
    @${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>