svn commit: r310417 - head/irc/riece
Jason Helfman
jgh at FreeBSD.org
Mon Jan 14 23:56:45 UTC 2013
Author: jgh
Date: Mon Jan 14 23:56:44 2013
New Revision: 310417
URL: http://svnweb.freebsd.org/changeset/ports/310417
Log:
- add created by to header, add license and define docs
- while here shorten mastersite
PR: 175191
Submitted by: maintainer, yasu at utahime.org
Modified:
head/irc/riece/Makefile
Modified: head/irc/riece/Makefile
==============================================================================
--- head/irc/riece/Makefile Mon Jan 14 23:49:12 2013 (r310416)
+++ head/irc/riece/Makefile Mon Jan 14 23:56:44 2013 (r310417)
@@ -1,22 +1,27 @@
+# Created by: KIMURA Yasuhiro <yasu at 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 at 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>
More information about the svn-ports-all
mailing list