Lines 18-28
Link Here
|
18 |
LIB_DEPENDS= pisock.8:${PORTSDIR}/palm/pilot-link \ |
18 |
LIB_DEPENDS= pisock.8:${PORTSDIR}/palm/pilot-link \ |
19 |
intl.5:${PORTSDIR}/devel/gettext |
19 |
intl.5:${PORTSDIR}/devel/gettext |
20 |
|
20 |
|
|
|
21 |
CONFIGURE_ARGS+= --with-pilot-prefix=${PREFIX} |
22 |
.if defined(WITH_GTK2) |
23 |
USE_GNOME= gtk20 |
24 |
CONFIGURE_ARGS+= --enable-gtk2=yes |
25 |
.else |
21 |
USE_GNOME= gtk12 |
26 |
USE_GNOME= gtk12 |
|
|
27 |
.endif |
28 |
|
22 |
USE_LIBTOOL= yes |
29 |
USE_LIBTOOL= yes |
23 |
INSTALLS_SHLIB= yes |
30 |
INSTALLS_SHLIB= yes |
24 |
LDCONFIG_DIRS= %%PREFIX%%/lib/jpilot/plugins |
31 |
LDCONFIG_DIRS= %%PREFIX%%/lib/jpilot/plugins |
25 |
CONFIGURE_ARGS+= --with-pilot-prefix=${PREFIX} |
|
|
26 |
CFLAGS+= -I${PREFIX}/include |
32 |
CFLAGS+= -I${PREFIX}/include |
27 |
CONFIGURE_ENV+= CPPFLAGS="-I${PREFIX}/include" LDFLAGS="-L${PREFIX}/lib" |
33 |
CONFIGURE_ENV+= CPPFLAGS="-I${PREFIX}/include" LDFLAGS="-L${PREFIX}/lib" |