freebsd-ports/japanese/eblook/Makefile
Ruslan Makhmatkhanov ce2fc14864 - update japanese/eb to 4.4.3
- add support for NOPORTDOCS and WITHOUT_NLS
- bump PORTREVISION for dependent ports:
  - japanese/eblook
  - japanese/ebview
  - japanese/ebview-gtk2
  - japanese/ebnetd

while here, common changes:
- strip Makefile headers
- remove shlib versions from dependent ports
- remove deprecated attributions from pkg-descr
- whitespace fixes to pkg-descr

PR:		167175
Submitted by:	Muhammad Moinur Rahman <5u623l20 at gmail dot com> (original patch)
Submitted by:	Yasuhiro KIMURA <yasu at utahime dot org> (maintainer, final patch)
2012-09-13 20:33:53 +00:00

30 lines
660 B
Makefile

# $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= Interactive EB interface command for searching words in electronic dictionaries
LIB_DEPENDS= eb:${PORTSDIR}/japanese/eb
GNU_CONFIGURE= yes
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>