View | Details | Raw Unified | Return to bug 47747
Collapse All | Expand All

(-)japanese/ebview/Makefile (-4 / +10 lines)
Lines 13-20 Link Here
13
13
14
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	ports@FreeBSD.org
15
15
16
LIB_DEPENDS=	gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \
16
LIB_DEPENDS=	eb.6:${PORTSDIR}/japanese/eb
17
		eb.6:${PORTSDIR}/japanese/eb
18
17
19
USE_GNOMENG=	yes
18
USE_GNOMENG=	yes
20
USE_GNOME=	imlib
19
USE_GNOME=	imlib
Lines 22-31 Link Here
22
USE_GMAKE=	yes
21
USE_GMAKE=	yes
23
USE_AUTOMAKE_VER=	14
22
USE_AUTOMAKE_VER=	14
24
USE_AUTOCONF_VER=	253
23
USE_AUTOCONF_VER=	253
25
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
24
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
26
		LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt"
27
MAKE_ARGS=	ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
25
MAKE_ARGS=	ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
28
		AUTOHEADER="${TRUE}"
26
		AUTOHEADER="${TRUE}"
27
28
CPPFLAGS=	-I${LOCALBASE}/include
29
LDFLAGS=	-L${LOCALBASE}/lib
30
31
.if !exists(/usr/include/getopt.h)
32
LIB_DEPENDS+=	gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
33
LDFLAGS+=	-lgnugetopt
34
.endif
29
35
30
post-install:
36
post-install:
31
.if !defined(NOPORTDOCS)
37
.if !defined(NOPORTDOCS)

Return to bug 47747