1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/japanese/eblook/Makefile

36 lines
859 B
Makefile
Raw Normal View History

# 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$
#
PORTNAME= eblook
PORTVERSION= 1.6.1
2006-12-02 16:06:44 +00:00
PORTREVISION= 3
CATEGORIES= japanese textproc
2002-11-22 15:21:28 +00:00
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
2006-12-02 16:06:44 +00:00
LIB_DEPENDS= eb.12:${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>