mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
bf958d6a97
o Fix minor bug. [2] PR: ports/81629 [1] Submitted by: KIMURA Yasuhiro <yasu@utahime.org> [1] Obtained from: ndtpd/01982 [2] Approved by: maintainer timeout
36 lines
859 B
Makefile
36 lines
859 B
Makefile
# New ports collection makefile for: eblook
|
|
# Date created: 20 August 1999
|
|
# Whom: Shigeyuki Fukushima <shige@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= eblook
|
|
PORTVERSION= 1.6.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= japanese textproc
|
|
MASTER_SITES= http://openlab.ring.gr.jp/edict/eblook/dist/
|
|
DIST_SUBDIR= eb
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Interactive EB interface command for seraching words in electoric dictionaries
|
|
|
|
LIB_DEPENDS= eb.10:${PORTSDIR}/japanese/eb
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
CONFIGURE_ARGS= --with-eb-includes=${PREFIX}/include \
|
|
--with-eb-libraries=${PREFIX}/lib
|
|
|
|
INFO= eblook
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
${MKDIR} ${DOCSDIR}
|
|
for i in AUTHORS COPYING ChangeLog NEWS README ; do \
|
|
${INSTALL_DATA} ${WRKSRC}/$${i} ${DOCSDIR} ;\
|
|
done
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|