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