svn commit: r310425 - head/japanese/eblook
Jason Helfman
jgh at FreeBSD.org
Tue Jan 15 05:31:51 UTC 2013
Author: jgh
Date: Tue Jan 15 05:31:50 2013
New Revision: 310425
URL: http://svnweb.freebsd.org/changeset/ports/310425
Log:
- add created by to header
- adopt optionsNG
- add LICENSE
- trim COMMENT
PR: 175194
Submitted by: maintainer, yasu at utahime.org
Modified:
head/japanese/eblook/Makefile
Modified: head/japanese/eblook/Makefile
==============================================================================
--- head/japanese/eblook/Makefile Tue Jan 15 05:28:40 2013 (r310424)
+++ head/japanese/eblook/Makefile Tue Jan 15 05:31:50 2013 (r310425)
@@ -1,3 +1,4 @@
+# Created by: Shigeyuki Fukushima <shige at FreeBSD.org>
# $FreeBSD$
PORTNAME= eblook
@@ -8,7 +9,9 @@ MASTER_SITES= http://openlab.ring.gr.jp/
DIST_SUBDIR= eb
MAINTAINER= yasu at utahime.org
-COMMENT= Interactive EB interface command for searching words in electronic dictionaries
+COMMENT= Command to lookup words in EB format dictionaries
+
+LICENSE= GPLv2
LIB_DEPENDS= eb:${PORTSDIR}/japanese/eb
@@ -18,8 +21,12 @@ CONFIGURE_ARGS= --with-eb-includes=${PR
INFO= eblook
+OPTIONS_DEFINE= DOCS
+
+.include <bsd.port.options.mk>
+
post-install:
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR}
for i in AUTHORS COPYING ChangeLog NEWS README ; do \
${INSTALL_DATA} ${WRKSRC}/$${i} ${DOCSDIR} ;\
More information about the svn-ports-all
mailing list