07109bd822
PR: ports/182391 Submitted by: Yasuhiro KIMURA
36 lines
803 B
Makefile
36 lines
803 B
Makefile
# Created by: Shigeyuki Fukushima <shige@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= eblook
|
|
PORTVERSION= 1.6.1
|
|
PORTREVISION= 7
|
|
CATEGORIES= japanese textproc
|
|
MASTER_SITES= http://openlab.ring.gr.jp/edict/eblook/dist/
|
|
DIST_SUBDIR= eb
|
|
|
|
MAINTAINER= yasu@utahime.org
|
|
COMMENT= Command to lookup words in EB format dictionaries
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= libeb.so:${PORTSDIR}/japanese/eb
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-eb-includes=${PREFIX}/include \
|
|
--with-eb-libraries=${PREFIX}/lib
|
|
|
|
INFO= eblook
|
|
PLIST_FILES= bin/eblook
|
|
PORTDOCS= AUTHORS COPYING ChangeLog NEWS README
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
post-install:
|
|
.if ${PORT_OPTIONS:MDOCS}
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|