Lines 19-26
COMMENT?= The wxWidgets GUI toolkit with
Link Here
|
19 |
LIB_DEPENDS+= png.6:${PORTSDIR}/graphics/png\ |
19 |
LIB_DEPENDS+= png.6:${PORTSDIR}/graphics/png\ |
20 |
jpeg.11:${PORTSDIR}/graphics/jpeg\ |
20 |
jpeg.11:${PORTSDIR}/graphics/jpeg\ |
21 |
tiff.4:${PORTSDIR}/graphics/tiff\ |
21 |
tiff.4:${PORTSDIR}/graphics/tiff\ |
22 |
expat.6:${PORTSDIR}/textproc/expat2\ |
22 |
expat.6:${PORTSDIR}/textproc/expat2 |
23 |
mspack.1:${PORTSDIR}/archivers/libmspack |
|
|
24 |
|
23 |
|
25 |
USE_BZIP2= yes |
24 |
USE_BZIP2= yes |
26 |
USE_XORG= x11 sm xxf86vm xinerama |
25 |
USE_XORG= x11 sm xxf86vm xinerama |
Lines 28-34
USE_GL= glu
Link Here
|
28 |
USE_GMAKE= yes |
27 |
USE_GMAKE= yes |
29 |
USE_ICONV= yes |
28 |
USE_ICONV= yes |
30 |
USE_GNOME= gtk20 gconf2 |
29 |
USE_GNOME= gtk20 gconf2 |
31 |
USE_GSTREAMER= yes |
|
|
32 |
GNU_CONFIGURE= yes |
30 |
GNU_CONFIGURE= yes |
33 |
CONFIGURE_ARGS= --with-libpng=sys\ |
31 |
CONFIGURE_ARGS= --with-libpng=sys\ |
34 |
--with-libjpeg=sys\ |
32 |
--with-libjpeg=sys\ |
Lines 50-55
PLIST= ${.CURDIR}/pkg-plist
Link Here
|
50 |
|
48 |
|
51 |
WXGTK_FLAVOR?= gtk2 |
49 |
WXGTK_FLAVOR?= gtk2 |
52 |
|
50 |
|
|
|
51 |
OPTIONS= GSTREAMER "media support" on \ |
52 |
MSPACK "MS archives support" on |
53 |
|
54 |
.include <bsd.port.pre.mk> |
55 |
|
56 |
.if defined(WITH_GSTREAMER) |
57 |
CONFIGURE_ARGS+=--enable-mediactrl |
58 |
USE_GSTREAMER= yes |
59 |
PLIST_SUB+= GSTREAMER="" |
60 |
.else |
61 |
CONFIGURE_ARGS+=--disable-mediactrl |
62 |
PLIST_SUB+= GSTREAMER="@comment " |
63 |
.endif |
64 |
|
65 |
.if defined(WITH_MSPACK) |
66 |
CONFIGURE_ARGS+=--with-libmspack |
67 |
LIB_DEPENDS+= mspack.1:${PORTSDIR}/archivers/libmspack |
68 |
.else |
69 |
CONFIGURE_ARGS+=--without-libmspack |
70 |
.endif |
71 |
|
53 |
.if ${WXGTK_FLAVOR} != "gtk2-common" |
72 |
.if ${WXGTK_FLAVOR} != "gtk2-common" |
54 |
RUN_DEPENDS= ${LOCALBASE}/include/wx-2.8/wx/wx.h:${PORTSDIR}/x11-toolkits/wxgtk28-common |
73 |
RUN_DEPENDS= ${LOCALBASE}/include/wx-2.8/wx/wx.h:${PORTSDIR}/x11-toolkits/wxgtk28-common |
55 |
.endif |
74 |
.endif |
Lines 92-95
post-patch:
Link Here
|
92 |
-e 's|png_check_sig|png_sig_cmp|g' \ |
111 |
-e 's|png_check_sig|png_sig_cmp|g' \ |
93 |
${WRKSRC}/configure |
112 |
${WRKSRC}/configure |
94 |
|
113 |
|
95 |
.include <bsd.port.mk> |
114 |
.include <bsd.port.post.mk> |