aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/ebview/Makefile
blob: e489fc29cac232220a76150d6c3f062439c14ea7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# New ports collection makefile for:    ebview
# Date Created:     28 Jan 2002
# Whom:         Yoichi NAKAYAMA <yoichi@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   ebview
PORTVERSION=    0.2.1
PORTREVISION=   13
CATEGORIES= japanese
MASTER_SITES=   SF

MAINTAINER= ports@FreeBSD.org
COMMENT=    Electronic Book Viewer

LIB_DEPENDS=    eb.15:${PORTSDIR}/japanese/eb

CONFLICTS=  ja-ebview-gtk2-*

USE_GNOME=  imlib
USE_GMAKE=  yes
USE_AUTOTOOLS=  autoconf:268
CONFIGURE_ENV=  CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
MAKE_ARGS=  ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
        AUTOHEADER="${TRUE}"

CPPFLAGS=   -I${LOCALBASE}/include
LDFLAGS=    -L${LOCALBASE}/lib

.include <bsd.port.pre.mk>

pre-build:
.for file in src/dictheading.c
    cd ${WRKSRC} && ${MV} ${file} ${file}.pre_iconv \
        && iconv -c -t ascii ${file}.pre_iconv > ${file} || ${TRUE}
.endfor

post-install:
.if !defined(NOPORTDOCS)
    ${MKDIR} ${DOCSDIR}
.for i in ChangeLog README
    ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.post.mk>