mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
bfba7fe441
- trim Makefile header [2] - add message to pkg-message that some add-ons require Ruby [2] - remove dependency on ruby, since it is only needed for some add-ons [1] while here: - convert to optionsng - trim Makefile header from riece-emacs21 PR: 173360 Submitted by: Seiji Ohashi <sayzbrdg@gmail.com> [1], KIMURA Yasuhiro <yasu@utahime.org> [2] (maintainer) Feature safe: yes
34 lines
708 B
Makefile
34 lines
708 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= riece
|
|
PORTVERSION= 9.0.0
|
|
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
|
|
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.options.mk>
|
|
|
|
post-install:
|
|
.if ${PORT_OPTIONS:MDOCS}
|
|
${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>
|