diff options
author | jgh <jgh@FreeBSD.org> | 2013-01-15 13:31:50 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2013-01-15 13:31:50 +0800 |
commit | 83c95a29b32b7cb42f738916ceba98c40d9d07b0 (patch) | |
tree | 340574baa438056be1745d93e98a1e60fe8c734a /japanese | |
parent | 43d1ee33956b2579fc6dec0e11d4900fe91a943e (diff) | |
download | freebsd-ports-gnome-83c95a29b32b7cb42f738916ceba98c40d9d07b0.tar.gz freebsd-ports-gnome-83c95a29b32b7cb42f738916ceba98c40d9d07b0.tar.zst freebsd-ports-gnome-83c95a29b32b7cb42f738916ceba98c40d9d07b0.zip |
- add created by to header
- adopt optionsNG
- add LICENSE
- trim COMMENT
PR: 175194
Submitted by: maintainer, yasu@utahime.org
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/eblook/Makefile | 11 |
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} ;\ |