Lines 17-30
Link Here
|
17 |
|
17 |
|
18 |
USE_BZIP2= yes |
18 |
USE_BZIP2= yes |
19 |
USE_X_PREFIX= yes |
19 |
USE_X_PREFIX= yes |
20 |
USE_GNOME= gtk12 |
20 |
USE_GNOME= gnometarget gtk12 |
21 |
USE_OPENSSL= yes |
21 |
USE_OPENSSL= yes |
22 |
USE_GETOPT_LONG=yes |
22 |
USE_GETOPT_LONG= yes |
23 |
USE_REINPLACE= yes |
23 |
USE_REINPLACE= yes |
24 |
USE_GMAKE= yes |
24 |
USE_GMAKE= yes |
25 |
USE_LIBTOOL_VER=13 |
25 |
USE_LIBTOOL_VER= 13 |
26 |
|
|
|
27 |
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |
28 |
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" |
26 |
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" |
29 |
|
27 |
|
30 |
CPPFLAGS= -I${LOCALBASE}/include -DHAVE_DECL_GETOPT |
28 |
CPPFLAGS= -I${LOCALBASE}/include -DHAVE_DECL_GETOPT |
Lines 46-58
Link Here
|
46 |
${WRKSRC}/src/Makefile.in |
44 |
${WRKSRC}/src/Makefile.in |
47 |
@${REINPLACE_CMD} -e 's|"getopt.h"|<getopt.h>|g' \ |
45 |
@${REINPLACE_CMD} -e 's|"getopt.h"|<getopt.h>|g' \ |
48 |
${WRKSRC}/src/main.cc |
46 |
${WRKSRC}/src/main.cc |
49 |
|
|
|
50 |
pre-build: |
51 |
.for file in src/AppOption.cc src/HistoryWindow.cc src/RetrieveHTTP.cc \ |
52 |
src/RetrieveHTTP2.cc src/gui_file_open_and_save.cc |
53 |
@cd ${WRKSRC} && ${MV} ${file} ${file}.pre_iconv \ |
54 |
&& iconv -c -t ascii ${file}.pre_iconv > ${file} || ${TRUE} |
55 |
.endfor |
56 |
|
47 |
|
57 |
post-install: |
48 |
post-install: |
58 |
.if !defined(NOPORTDOCS) |
49 |
.if !defined(NOPORTDOCS) |