1999-08-20 16:21:51 +00:00
|
|
|
# New ports collection makefile for: eblook
|
|
|
|
# Date created: 20 August 1999
|
|
|
|
# Whom: Shigeyuki Fukushima <shige@FreeBSD.org>
|
|
|
|
#
|
1999-08-25 05:28:01 +00:00
|
|
|
# $FreeBSD$
|
1999-08-20 16:21:51 +00:00
|
|
|
#
|
|
|
|
|
2000-04-11 14:15:53 +00:00
|
|
|
PORTNAME= eblook
|
2004-06-19 19:46:46 +00:00
|
|
|
PORTVERSION= 1.6.1
|
2006-12-02 16:06:44 +00:00
|
|
|
PORTREVISION= 3
|
1999-08-20 16:21:51 +00:00
|
|
|
CATEGORIES= japanese textproc
|
2002-11-22 15:21:28 +00:00
|
|
|
MASTER_SITES= http://openlab.ring.gr.jp/edict/eblook/dist/
|
|
|
|
DIST_SUBDIR= eb
|
1999-08-20 16:21:51 +00:00
|
|
|
|
2004-12-23 09:32:50 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= Interactive EB interface command for seraching words in electoric dictionaries
|
1999-08-20 16:21:51 +00:00
|
|
|
|
2006-12-02 16:06:44 +00:00
|
|
|
LIB_DEPENDS= eb.12:${PORTSDIR}/japanese/eb
|
1999-08-20 16:21:51 +00:00
|
|
|
|
2004-06-19 19:46:46 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2005-04-12 03:26:56 +00:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2004-06-19 19:46:46 +00:00
|
|
|
CONFIGURE_ARGS= --with-eb-includes=${PREFIX}/include \
|
|
|
|
--with-eb-libraries=${PREFIX}/lib
|
1999-08-20 16:21:51 +00:00
|
|
|
|
2004-06-19 19:46:46 +00:00
|
|
|
INFO= eblook
|
1999-08-20 16:21:51 +00:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
2004-06-19 19:46:46 +00:00
|
|
|
${MKDIR} ${DOCSDIR}
|
|
|
|
for i in AUTHORS COPYING ChangeLog NEWS README ; do \
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/$${i} ${DOCSDIR} ;\
|
1999-08-20 16:21:51 +00:00
|
|
|
done
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|