aboutsummaryrefslogtreecommitdiffstats
path: root/irc
diff options
context:
space:
mode:
authorjgh <jgh@FreeBSD.org>2013-01-15 07:56:44 +0800
committerjgh <jgh@FreeBSD.org>2013-01-15 07:56:44 +0800
commit3ef9e17edd69fdac4f2587121f183b1595ba45d0 (patch)
treeac4defb06a047aa7cb4e3771919b65aa1b20cec3 /irc
parentf66d2416b87d3f853710beb1750e41c645865da3 (diff)
downloadfreebsd-ports-gnome-3ef9e17edd69fdac4f2587121f183b1595ba45d0.tar.gz
freebsd-ports-gnome-3ef9e17edd69fdac4f2587121f183b1595ba45d0.tar.zst
freebsd-ports-gnome-3ef9e17edd69fdac4f2587121f183b1595ba45d0.zip
- add created by to header, add license and define docs
- while here shorten mastersite PR: 175191 Submitted by: maintainer, yasu@utahime.org
Diffstat (limited to 'irc')
-rw-r--r--irc/riece/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/irc/riece/Makefile b/irc/riece/Makefile
index 9e3d14670186..851037346f91 100644
--- a/irc/riece/Makefile
+++ b/irc/riece/Makefile
@@ -1,22 +1,27 @@
+# Created by: KIMURA Yasuhiro <yasu@utahime.org>
# $FreeBSD$
PORTNAME= riece
PORTVERSION= 9.0.0
PORTEPOCH= 1
CATEGORIES= irc elisp
-MASTER_SITES= ${MASTER_SITE_SAVANNAH}
+MASTER_SITES= SAVANNAH
MASTER_SITE_SUBDIR= ${PORTNAME}
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
MAINTAINER= yasu@utahime.org
COMMENT= IRC client for Emacs
+LICENSE= GPLv3
+
USE_EMACS= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-emacs=${EMACS_CMD} \
--with-lispdir=${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}
USE_GMAKE= yes
+OPTIONS_DEFINE= DOCS
+
INFO= riece-en riece-ja
.include <bsd.port.options.mk>