- Fix depends

- Add new include/library paths

PR:		33984
Submitted by:	SASAKI Katuhiro <sahiro@crest.ocn.ne.jp>
Reviewed by:	maintainer
This commit is contained in:
Patrick Li 2002-01-18 10:07:23 +00:00
parent f1611e11d9
commit ddc0d30e5d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=53290
4 changed files with 20 additions and 20 deletions

View file

@ -15,11 +15,11 @@ MAINTAINER= lehmann@ans-netz.de
USE_BZIP2= yes
USE_GMAKE= yes
USE_X_PREFIX= yes
USE_IMLIB= yes
USE_GTK= yes
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
CONFIGURE_ARGS= --enable-ipv6 --prefix=${PREFIX} --with-included-gettext
.if defined(WITH_PIXBUF)
@ -49,9 +49,9 @@ CONFIGURE_ARGS+=--enable-jconv
CONFIGURE_ARGS+=--disable-jconv
.endif
.if defined(WITH_JPILOT)
LIB_DEPENDS+= expense.1:${PORTSDIR}/palm/jpilot
LIB_DEPENDS+= pisock.4:${PORTSDIR}/palm/pilot-link
RUN_DEPENDS+= ${LOCALBASE}/pilot/bin/jpilot:${PORTSDIR}/palm/jpilot
CONFIGURE_ARGS+=--enable-jpilot
CFLAGS+= -I${LOCALBASE}/pilot/include
.else
CONFIGURE_ARGS+= --disable-jpilot
.endif

View file

@ -15,11 +15,11 @@ MAINTAINER= lehmann@ans-netz.de
USE_BZIP2= yes
USE_GMAKE= yes
USE_X_PREFIX= yes
USE_IMLIB= yes
USE_GTK= yes
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
CONFIGURE_ARGS= --enable-ipv6 --prefix=${PREFIX} --with-included-gettext
.if defined(WITH_PIXBUF)
@ -49,9 +49,9 @@ CONFIGURE_ARGS+=--enable-jconv
CONFIGURE_ARGS+=--disable-jconv
.endif
.if defined(WITH_JPILOT)
LIB_DEPENDS+= expense.1:${PORTSDIR}/palm/jpilot
LIB_DEPENDS+= pisock.4:${PORTSDIR}/palm/pilot-link
RUN_DEPENDS+= ${LOCALBASE}/pilot/bin/jpilot:${PORTSDIR}/palm/jpilot
CONFIGURE_ARGS+=--enable-jpilot
CFLAGS+= -I${LOCALBASE}/pilot/include
.else
CONFIGURE_ARGS+= --disable-jpilot
.endif

View file

@ -15,11 +15,11 @@ MAINTAINER= lehmann@ans-netz.de
USE_BZIP2= yes
USE_GMAKE= yes
USE_X_PREFIX= yes
USE_IMLIB= yes
USE_GTK= yes
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
CONFIGURE_ARGS= --enable-ipv6 --prefix=${PREFIX} --with-included-gettext
.if defined(WITH_PIXBUF)
@ -49,9 +49,9 @@ CONFIGURE_ARGS+=--enable-jconv
CONFIGURE_ARGS+=--disable-jconv
.endif
.if defined(WITH_JPILOT)
LIB_DEPENDS+= expense.1:${PORTSDIR}/palm/jpilot
LIB_DEPENDS+= pisock.4:${PORTSDIR}/palm/pilot-link
RUN_DEPENDS+= ${LOCALBASE}/pilot/bin/jpilot:${PORTSDIR}/palm/jpilot
CONFIGURE_ARGS+=--enable-jpilot
CFLAGS+= -I${LOCALBASE}/pilot/include
.else
CONFIGURE_ARGS+= --disable-jpilot
.endif

View file

@ -15,11 +15,11 @@ MAINTAINER= lehmann@ans-netz.de
USE_BZIP2= yes
USE_GMAKE= yes
USE_X_PREFIX= yes
USE_IMLIB= yes
USE_GTK= yes
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
CONFIGURE_ARGS= --enable-ipv6 --prefix=${PREFIX} --with-included-gettext
.if defined(WITH_PIXBUF)
@ -49,9 +49,9 @@ CONFIGURE_ARGS+=--enable-jconv
CONFIGURE_ARGS+=--disable-jconv
.endif
.if defined(WITH_JPILOT)
LIB_DEPENDS+= expense.1:${PORTSDIR}/palm/jpilot
LIB_DEPENDS+= pisock.4:${PORTSDIR}/palm/pilot-link
RUN_DEPENDS+= ${LOCALBASE}/pilot/bin/jpilot:${PORTSDIR}/palm/jpilot
CONFIGURE_ARGS+=--enable-jpilot
CFLAGS+= -I${LOCALBASE}/pilot/include
.else
CONFIGURE_ARGS+= --disable-jpilot
.endif