Lines 6-13
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= eblook |
8 |
PORTNAME= eblook |
9 |
PORTVERSION= 1.5.1 |
9 |
PORTVERSION= 1.6 |
10 |
PORTREVISION= 2 |
|
|
11 |
CATEGORIES= japanese textproc |
10 |
CATEGORIES= japanese textproc |
12 |
MASTER_SITES= http://openlab.ring.gr.jp/edict/eblook/dist/ |
11 |
MASTER_SITES= http://openlab.ring.gr.jp/edict/eblook/dist/ |
13 |
DIST_SUBDIR= eb |
12 |
DIST_SUBDIR= eb |
Lines 15-38
Link Here
|
15 |
MAINTAINER= shige@FreeBSD.org |
14 |
MAINTAINER= shige@FreeBSD.org |
16 |
COMMENT= Interactive EB interface command for seraching words in electoric dictionaries |
15 |
COMMENT= Interactive EB interface command for seraching words in electoric dictionaries |
17 |
|
16 |
|
18 |
DOCDIR= share/doc/eblook |
17 |
LIB_DEPENDS= eb.7:${PORTSDIR}/japanese/eb |
19 |
|
|
|
20 |
LIB_DEPENDS= eb.7:${PORTSDIR}/japanese/eb |
21 |
|
18 |
|
22 |
GNU_CONFIGURE= yes |
19 |
GNU_CONFIGURE= yes |
23 |
USE_AUTOMAKE_VER= 14 |
20 |
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |
24 |
USE_AUTOCONF_VER= 213 |
|
|
25 |
CONFIGURE_ARGS= --with-eb-includes=${PREFIX}/include \ |
21 |
CONFIGURE_ARGS= --with-eb-includes=${PREFIX}/include \ |
26 |
--with-eb-libraries=${PREFIX}/lib |
22 |
--with-eb-libraries=${PREFIX}/lib |
27 |
|
23 |
|
28 |
PLIST_SUB= DOCDIR=${DOCDIR} |
24 |
INFO= eblook |
29 |
|
25 |
|
30 |
post-install: |
26 |
post-install: |
31 |
.if !defined(NOPORTDOCS) |
27 |
.if !defined(NOPORTDOCS) |
32 |
@${MKDIR} ${PREFIX}/${DOCDIR} |
28 |
@${MKDIR} ${DOCSDIR} |
33 |
@for i in AUTHORS COPYING ChangeLog NEWS README ; do \ |
29 |
.for file in AUTHORS COPYING ChangeLog NEWS README |
34 |
${INSTALL_DATA} ${WRKSRC}/$${i} ${PREFIX}/${DOCDIR} ;\ |
30 |
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} |
35 |
done |
31 |
.endfor |
36 |
.endif |
32 |
.endif |
37 |
|
33 |
|
38 |
.include <bsd.port.mk> |
34 |
.include <bsd.port.mk> |