diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-09-13 20:33:53 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-09-13 20:33:53 +0000 |
commit | ce2fc14864c360de5ddb0878fdcda0e04e0ea849 (patch) | |
tree | cbae50784e0a00acaffb27b2f9c2ef09fe45e4b8 /japanese/eblook/Makefile | |
parent | 588ae8f65e8ba012b45a415aeaa148e8412587ba (diff) |
- 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)
Notes
Notes:
svn path=/head/; revision=304232
Diffstat (limited to 'japanese/eblook/Makefile')
-rw-r--r-- | japanese/eblook/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/japanese/eblook/Makefile b/japanese/eblook/Makefile index c574eef754f4..af7f3d3bfd2f 100644 --- a/japanese/eblook/Makefile +++ b/japanese/eblook/Makefile @@ -1,13 +1,8 @@ -# 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= 6 +PORTREVISION= 7 CATEGORIES= japanese textproc MASTER_SITES= http://openlab.ring.gr.jp/edict/eblook/dist/ DIST_SUBDIR= eb @@ -15,7 +10,7 @@ DIST_SUBDIR= eb MAINTAINER= yasu@utahime.org COMMENT= Interactive EB interface command for searching words in electronic dictionaries -LIB_DEPENDS= eb.15:${PORTSDIR}/japanese/eb +LIB_DEPENDS= eb:${PORTSDIR}/japanese/eb GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-eb-includes=${PREFIX}/include \ |