Lines 41-47
Link Here
|
41 |
.endif |
41 |
.endif |
42 |
|
42 |
|
43 |
.if ${PORT_OPTIONS:MFFMPEG} |
43 |
.if ${PORT_OPTIONS:MFFMPEG} |
44 |
LIB_DEPENDS+= libavcodec.so:${PORTSDIR}/multimedia/ffmpeg |
44 |
LIB_DEPENDS+= libavcodec0.so:${PORTSDIR}/multimedia/ffmpeg0 |
45 |
CONFIGURE_ARGS+= --enable-ffmpeg |
45 |
CONFIGURE_ARGS+= --enable-ffmpeg |
46 |
.endif |
46 |
.endif |
47 |
|
47 |
|
Lines 58-63
Link Here
|
58 |
${REINPLACE_CMD} -e "s|%%DATADIR%%|${DATADIR}|" \ |
58 |
${REINPLACE_CMD} -e "s|%%DATADIR%%|${DATADIR}|" \ |
59 |
${WRKSRC}/ng/ngappinit.cpp |
59 |
${WRKSRC}/ng/ngappinit.cpp |
60 |
|
60 |
|
|
|
61 |
post-configure: |
62 |
${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|" \ |
63 |
${WRKSRC}/configure |
64 |
|
61 |
post-install: |
65 |
post-install: |
62 |
# copy some additional headers for build cad/salome-netgenplugin |
66 |
# copy some additional headers for build cad/salome-netgenplugin |
63 |
${MKDIR} ${STAGEDIR}${DATADIR}/include |
67 |
${MKDIR} ${STAGEDIR}${DATADIR}/include |