aboutsummaryrefslogtreecommitdiffstats
path: root/japanese
diff options
context:
space:
mode:
Diffstat (limited to 'japanese')
-rw-r--r--japanese/eblook/Makefile11
1 files changed, 9 insertions, 2 deletions
diff --git a/japanese/eblook/Makefile b/japanese/eblook/Makefile
index af7f3d3bfd2f..4b19f0ec0fda 100644
--- a/japanese/eblook/Makefile
+++ b/japanese/eblook/Makefile
@@ -1,3 +1,4 @@
+# Created by: Shigeyuki Fukushima <shige@FreeBSD.org>
# $FreeBSD$
PORTNAME= eblook
@@ -8,7 +9,9 @@ MASTER_SITES= http://openlab.ring.gr.jp/edict/eblook/dist/
DIST_SUBDIR= eb
MAINTAINER= yasu@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=${PREFIX}/include \
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} ;\