diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2013-01-15 05:31:50 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2013-01-15 05:31:50 +0000 |
commit | 21e0c80b0c31a6b7c42fb0e7417b9c4af06376e6 (patch) | |
tree | 340574baa438056be1745d93e98a1e60fe8c734a /japanese/eblook/Makefile | |
parent | e9c1a68f09bd2ed1ee984b5c18095f4df4fac706 (diff) |
- add created by to header
- adopt optionsNG
- add LICENSE
- trim COMMENT
PR: 175194
Submitted by: maintainer, yasu@utahime.org
Notes
Notes:
svn path=/head/; revision=310425
Diffstat (limited to 'japanese/eblook/Makefile')
-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} ;\ |