Cosmetics: remove colons from PLIST_SUB variables.
This commit is contained in:
parent
796322a9fe
commit
0357334315
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47209
@ -34,9 +34,9 @@ WITH_OGGVORBIS= yes
|
||||
.if defined(WITH_OGGVORBIS) && ${WITH_OGGVORBIS} == yes
|
||||
LIB_DEPENDS+= ogg.2:${PORTSDIR}/audio/libogg \
|
||||
vorbis.0:${PORTSDIR}/audio/libvorbis
|
||||
PLIST_SUB+= OGGVORBIS:=""
|
||||
PLIST_SUB+= OGGVORBIS=""
|
||||
.else
|
||||
PLIST_SUB+= OGGVORBIS:="@comment "
|
||||
PLIST_SUB+= OGGVORBIS="@comment "
|
||||
pre-everything::
|
||||
@${ECHO_MSG}
|
||||
@${ECHO_MSG} "If you want to compile with ogg/vorbis support,"
|
||||
|
@ -125,8 +125,8 @@ lib/libnoatunui.la
|
||||
lib/libnoatunui.so
|
||||
lib/libnoatunvoiceprint.la
|
||||
lib/libnoatunvoiceprint.so
|
||||
%%OGGVORBIS:%%lib/liboggarts.la
|
||||
%%OGGVORBIS:%%lib/liboggarts.so
|
||||
%%OGGVORBIS%%lib/liboggarts.la
|
||||
%%OGGVORBIS%%lib/liboggarts.so
|
||||
lib/libsplitplaylist.la
|
||||
lib/libsplitplaylist.so
|
||||
lib/libworkman.la
|
||||
@ -176,7 +176,7 @@ lib/mcop/Arts/Synth_XFADE.mcopclass
|
||||
lib/mcop/Arts/VBox.mcopclass
|
||||
lib/mcop/Arts/Widget.mcopclass
|
||||
lib/mcop/Arts/mpg123PlayObject.mcopclass
|
||||
%%OGGVORBIS:%%lib/mcop/Arts/oggPlayObject.mcopclass
|
||||
%%OGGVORBIS%%lib/mcop/Arts/oggPlayObject.mcopclass
|
||||
lib/mcop/ExtraStereo.mcopclass
|
||||
lib/mcop/ExtraStereoGuiFactory.mcopclass
|
||||
lib/mcop/Noatun/Equalizer.mcopclass
|
||||
@ -206,8 +206,8 @@ lib/mcop/mpg123arts.mcopclass
|
||||
lib/mcop/mpg123arts.mcoptype
|
||||
lib/mcop/noatunarts.mcopclass
|
||||
lib/mcop/noatunarts.mcoptype
|
||||
%%OGGVORBIS:%%lib/mcop/oggarts.mcopclass
|
||||
%%OGGVORBIS:%%lib/mcop/oggarts.mcoptype
|
||||
%%OGGVORBIS%%lib/mcop/oggarts.mcopclass
|
||||
%%OGGVORBIS%%lib/mcop/oggarts.mcoptype
|
||||
lib/noatun.la
|
||||
lib/noatun.so
|
||||
share/applnk/Multimedia/aktion.desktop
|
||||
|
@ -34,9 +34,9 @@ WITH_OGGVORBIS= yes
|
||||
.if defined(WITH_OGGVORBIS) && ${WITH_OGGVORBIS} == yes
|
||||
LIB_DEPENDS+= ogg.2:${PORTSDIR}/audio/libogg \
|
||||
vorbis.0:${PORTSDIR}/audio/libvorbis
|
||||
PLIST_SUB+= OGGVORBIS:=""
|
||||
PLIST_SUB+= OGGVORBIS=""
|
||||
.else
|
||||
PLIST_SUB+= OGGVORBIS:="@comment "
|
||||
PLIST_SUB+= OGGVORBIS="@comment "
|
||||
pre-everything::
|
||||
@${ECHO_MSG}
|
||||
@${ECHO_MSG} "If you want to compile with ogg/vorbis support,"
|
||||
|
@ -125,8 +125,8 @@ lib/libnoatunui.la
|
||||
lib/libnoatunui.so
|
||||
lib/libnoatunvoiceprint.la
|
||||
lib/libnoatunvoiceprint.so
|
||||
%%OGGVORBIS:%%lib/liboggarts.la
|
||||
%%OGGVORBIS:%%lib/liboggarts.so
|
||||
%%OGGVORBIS%%lib/liboggarts.la
|
||||
%%OGGVORBIS%%lib/liboggarts.so
|
||||
lib/libsplitplaylist.la
|
||||
lib/libsplitplaylist.so
|
||||
lib/libworkman.la
|
||||
@ -176,7 +176,7 @@ lib/mcop/Arts/Synth_XFADE.mcopclass
|
||||
lib/mcop/Arts/VBox.mcopclass
|
||||
lib/mcop/Arts/Widget.mcopclass
|
||||
lib/mcop/Arts/mpg123PlayObject.mcopclass
|
||||
%%OGGVORBIS:%%lib/mcop/Arts/oggPlayObject.mcopclass
|
||||
%%OGGVORBIS%%lib/mcop/Arts/oggPlayObject.mcopclass
|
||||
lib/mcop/ExtraStereo.mcopclass
|
||||
lib/mcop/ExtraStereoGuiFactory.mcopclass
|
||||
lib/mcop/Noatun/Equalizer.mcopclass
|
||||
@ -206,8 +206,8 @@ lib/mcop/mpg123arts.mcopclass
|
||||
lib/mcop/mpg123arts.mcoptype
|
||||
lib/mcop/noatunarts.mcopclass
|
||||
lib/mcop/noatunarts.mcoptype
|
||||
%%OGGVORBIS:%%lib/mcop/oggarts.mcopclass
|
||||
%%OGGVORBIS:%%lib/mcop/oggarts.mcoptype
|
||||
%%OGGVORBIS%%lib/mcop/oggarts.mcopclass
|
||||
%%OGGVORBIS%%lib/mcop/oggarts.mcoptype
|
||||
lib/noatun.la
|
||||
lib/noatun.so
|
||||
share/applnk/Multimedia/aktion.desktop
|
||||
|
@ -26,7 +26,7 @@ CONFIGURE_ARGS+=--without-kamera
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
# temporarily disable kamera, it requires gphoto2
|
||||
PLIST_SUB+= KAMERA:="@comment "
|
||||
PLIST_SUB+= KAMERA="@comment "
|
||||
|
||||
SANE_CONFIG= ${LOCALBASE}/bin/sane-config
|
||||
|
||||
@ -36,9 +36,9 @@ WITH_SANE= yes
|
||||
|
||||
.if defined(WITH_SANE) && ${WITH_SANE} == yes
|
||||
LIB_DEPENDS+= sane.1:${PORTSDIR}/graphics/sane-backends
|
||||
PLIST_SUB+= SANE:=""
|
||||
PLIST_SUB+= SANE=""
|
||||
.else
|
||||
PLIST_SUB+= SANE:="@comment "
|
||||
PLIST_SUB+= SANE="@comment "
|
||||
pre-everything::
|
||||
@${ECHO_MSG}
|
||||
@${ECHO_MSG} "If you want to compile with scanner (SANE) support,"
|
||||
|
@ -5,34 +5,34 @@ bin/kfax
|
||||
bin/kfract
|
||||
bin/kghostview
|
||||
bin/kiconedit
|
||||
%%SANE:%%bin/kooka
|
||||
%%SANE%%bin/kooka
|
||||
bin/kpaint
|
||||
bin/kruler
|
||||
bin/ksnapshot
|
||||
bin/kview
|
||||
bin/kviewshell
|
||||
%%SANE:%%include/devselector.h
|
||||
%%SANE:%%include/dispgamma.h
|
||||
%%SANE:%%include/gammadialog.h
|
||||
%%SANE:%%include/img_canvas.h
|
||||
%%SANE:%%include/imgscaledialog.h
|
||||
%%SANE:%%include/kgammatable.h
|
||||
%%SANE:%%include/kscandevice.h
|
||||
%%SANE:%%include/kscanoption.h
|
||||
%%SANE:%%include/kscanoptset.h
|
||||
%%SANE:%%include/kscanslider.h
|
||||
%%SANE:%%include/massscandialog.h
|
||||
%%SANE:%%include/previewer.h
|
||||
%%SANE:%%include/scanparams.h
|
||||
%%SANE:%%include/scansourcedialog.h
|
||||
%%SANE%%include/devselector.h
|
||||
%%SANE%%include/dispgamma.h
|
||||
%%SANE%%include/gammadialog.h
|
||||
%%SANE%%include/img_canvas.h
|
||||
%%SANE%%include/imgscaledialog.h
|
||||
%%SANE%%include/kgammatable.h
|
||||
%%SANE%%include/kscandevice.h
|
||||
%%SANE%%include/kscanoption.h
|
||||
%%SANE%%include/kscanoptset.h
|
||||
%%SANE%%include/kscanslider.h
|
||||
%%SANE%%include/massscandialog.h
|
||||
%%SANE%%include/previewer.h
|
||||
%%SANE%%include/scanparams.h
|
||||
%%SANE%%include/scansourcedialog.h
|
||||
lib/kcolorchooser.la
|
||||
lib/kcolorchooser.so
|
||||
%%KAMERA:%%lib/kio_kamera.la
|
||||
%%KAMERA:%%lib/kio_kamera.so
|
||||
%%KAMERA%%lib/kio_kamera.la
|
||||
%%KAMERA%%lib/kio_kamera.so
|
||||
lib/kview.la
|
||||
lib/kview.so
|
||||
%%KAMERA:%%lib/libkcm_kamera.la
|
||||
%%KAMERA:%%lib/libkcm_kamera.so
|
||||
%%KAMERA%%lib/libkcm_kamera.la
|
||||
%%KAMERA%%lib/libkcm_kamera.so
|
||||
lib/libkdvi.la
|
||||
lib/libkdvi.so
|
||||
lib/libkfax.la
|
||||
@ -45,9 +45,9 @@ lib/libkmultipage.so
|
||||
lib/libkmultipage.so.0
|
||||
lib/libkpagetest.la
|
||||
lib/libkpagetest.so
|
||||
%%SANE:%%lib/libkscan.la
|
||||
%%SANE:%%lib/libkscan.so
|
||||
%%SANE:%%lib/libkscan.so.1
|
||||
%%SANE%%lib/libkscan.la
|
||||
%%SANE%%lib/libkscan.so
|
||||
%%SANE%%lib/libkscan.so.1
|
||||
lib/libkviewerpart.la
|
||||
lib/libkviewerpart.so
|
||||
lib/libkviewpart.la
|
||||
@ -63,8 +63,8 @@ share/applnk/Graphics/kpaint.desktop
|
||||
share/applnk/Graphics/kruler.desktop
|
||||
share/applnk/Graphics/ksnapshot.desktop
|
||||
share/applnk/Graphics/kview.desktop
|
||||
%%KAMERA:%%share/applnk/Settings/Peripherals/kamera.desktop
|
||||
%%SANE:%%share/applnk/Utilities/kooka.desktop
|
||||
%%KAMERA%%share/applnk/Settings/Peripherals/kamera.desktop
|
||||
%%SANE%%share/applnk/Utilities/kooka.desktop
|
||||
share/apps/kdvi/kdvi_part.rc
|
||||
share/apps/kdvi/toolbar/forwpage.xpm
|
||||
share/apps/kdvi/toolbar/largetext.xpm
|
||||
@ -105,16 +105,16 @@ share/apps/kiconedit/toolbar/selectrect.png
|
||||
share/apps/kiconedit/toolbar/spraycan-cursor.xpm
|
||||
share/apps/kiconedit/toolbar/spraycan.png
|
||||
share/apps/kiconedit/toolbar/transform.png
|
||||
%%SANE:%%share/apps/kooka/kookaui.rc
|
||||
%%SANE:%%share/apps/kooka/pics/mirror-both.png
|
||||
%%SANE:%%share/apps/kooka/pics/mirror-horiz.png
|
||||
%%SANE:%%share/apps/kooka/pics/mirror-vert.png
|
||||
%%SANE:%%share/apps/kooka/pics/newfromselect.png
|
||||
%%SANE:%%share/apps/kooka/pics/ocr-select.png
|
||||
%%SANE:%%share/apps/kooka/pics/ocr.png
|
||||
%%SANE:%%share/apps/kooka/pics/scaleorig.png
|
||||
%%SANE:%%share/apps/kooka/pics/scaletoheight.png
|
||||
%%SANE:%%share/apps/kooka/pics/scaletowidth.png
|
||||
%%SANE%%share/apps/kooka/kookaui.rc
|
||||
%%SANE%%share/apps/kooka/pics/mirror-both.png
|
||||
%%SANE%%share/apps/kooka/pics/mirror-horiz.png
|
||||
%%SANE%%share/apps/kooka/pics/mirror-vert.png
|
||||
%%SANE%%share/apps/kooka/pics/newfromselect.png
|
||||
%%SANE%%share/apps/kooka/pics/ocr-select.png
|
||||
%%SANE%%share/apps/kooka/pics/ocr.png
|
||||
%%SANE%%share/apps/kooka/pics/scaleorig.png
|
||||
%%SANE%%share/apps/kooka/pics/scaletoheight.png
|
||||
%%SANE%%share/apps/kooka/pics/scaletowidth.png
|
||||
share/apps/kpaint/kpaint.rc
|
||||
share/apps/kpaint/toolbar/areaselect.xpm
|
||||
share/apps/kpaint/toolbar/brush.xpm
|
||||
@ -180,10 +180,10 @@ share/doc/HTML/en/kview/snapshot6.png
|
||||
share/doc/HTML/en/kview/snapshot7.png
|
||||
share/doc/HTML/en/kview/snapshot8.png
|
||||
share/doc/HTML/en/kview/snapshot9.png
|
||||
%%SANE:%%share/icons/hicolor/16x16/actions/palette_color.png
|
||||
%%SANE:%%share/icons/hicolor/16x16/actions/palette_gray.png
|
||||
%%SANE:%%share/icons/hicolor/16x16/actions/palette_halftone.png
|
||||
%%SANE:%%share/icons/hicolor/16x16/actions/palette_lineart.png
|
||||
%%SANE%%share/icons/hicolor/16x16/actions/palette_color.png
|
||||
%%SANE%%share/icons/hicolor/16x16/actions/palette_gray.png
|
||||
%%SANE%%share/icons/hicolor/16x16/actions/palette_halftone.png
|
||||
%%SANE%%share/icons/hicolor/16x16/actions/palette_lineart.png
|
||||
share/icons/hicolor/16x16/apps/kcoloredit.png
|
||||
share/icons/hicolor/16x16/apps/kdvi.png
|
||||
share/icons/hicolor/16x16/apps/kfax.png
|
||||
@ -215,8 +215,8 @@ share/icons/hicolor/48x48/apps/ksnapshot.png
|
||||
share/icons/hicolor/48x48/apps/kview.png
|
||||
share/icons/locolor/16x16/apps/kcoloredit.png
|
||||
share/icons/locolor/32x32/apps/kcoloredit.png
|
||||
%%KAMERA:%%share/services/kamera.protocol
|
||||
%%SANE:%%share/services/scanservice.desktop
|
||||
%%KAMERA%%share/services/kamera.protocol
|
||||
%%SANE%%share/services/scanservice.desktop
|
||||
@dirrm share/icons/locolor/32x32/apps
|
||||
@dirrm share/icons/locolor/16x16/apps
|
||||
@dirrm share/icons/hicolor/48x48/apps
|
||||
|
@ -26,7 +26,7 @@ CONFIGURE_ARGS+=--without-kamera
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
# temporarily disable kamera, it requires gphoto2
|
||||
PLIST_SUB+= KAMERA:="@comment "
|
||||
PLIST_SUB+= KAMERA="@comment "
|
||||
|
||||
SANE_CONFIG= ${LOCALBASE}/bin/sane-config
|
||||
|
||||
@ -36,9 +36,9 @@ WITH_SANE= yes
|
||||
|
||||
.if defined(WITH_SANE) && ${WITH_SANE} == yes
|
||||
LIB_DEPENDS+= sane.1:${PORTSDIR}/graphics/sane-backends
|
||||
PLIST_SUB+= SANE:=""
|
||||
PLIST_SUB+= SANE=""
|
||||
.else
|
||||
PLIST_SUB+= SANE:="@comment "
|
||||
PLIST_SUB+= SANE="@comment "
|
||||
pre-everything::
|
||||
@${ECHO_MSG}
|
||||
@${ECHO_MSG} "If you want to compile with scanner (SANE) support,"
|
||||
|
@ -5,34 +5,34 @@ bin/kfax
|
||||
bin/kfract
|
||||
bin/kghostview
|
||||
bin/kiconedit
|
||||
%%SANE:%%bin/kooka
|
||||
%%SANE%%bin/kooka
|
||||
bin/kpaint
|
||||
bin/kruler
|
||||
bin/ksnapshot
|
||||
bin/kview
|
||||
bin/kviewshell
|
||||
%%SANE:%%include/devselector.h
|
||||
%%SANE:%%include/dispgamma.h
|
||||
%%SANE:%%include/gammadialog.h
|
||||
%%SANE:%%include/img_canvas.h
|
||||
%%SANE:%%include/imgscaledialog.h
|
||||
%%SANE:%%include/kgammatable.h
|
||||
%%SANE:%%include/kscandevice.h
|
||||
%%SANE:%%include/kscanoption.h
|
||||
%%SANE:%%include/kscanoptset.h
|
||||
%%SANE:%%include/kscanslider.h
|
||||
%%SANE:%%include/massscandialog.h
|
||||
%%SANE:%%include/previewer.h
|
||||
%%SANE:%%include/scanparams.h
|
||||
%%SANE:%%include/scansourcedialog.h
|
||||
%%SANE%%include/devselector.h
|
||||
%%SANE%%include/dispgamma.h
|
||||
%%SANE%%include/gammadialog.h
|
||||
%%SANE%%include/img_canvas.h
|
||||
%%SANE%%include/imgscaledialog.h
|
||||
%%SANE%%include/kgammatable.h
|
||||
%%SANE%%include/kscandevice.h
|
||||
%%SANE%%include/kscanoption.h
|
||||
%%SANE%%include/kscanoptset.h
|
||||
%%SANE%%include/kscanslider.h
|
||||
%%SANE%%include/massscandialog.h
|
||||
%%SANE%%include/previewer.h
|
||||
%%SANE%%include/scanparams.h
|
||||
%%SANE%%include/scansourcedialog.h
|
||||
lib/kcolorchooser.la
|
||||
lib/kcolorchooser.so
|
||||
%%KAMERA:%%lib/kio_kamera.la
|
||||
%%KAMERA:%%lib/kio_kamera.so
|
||||
%%KAMERA%%lib/kio_kamera.la
|
||||
%%KAMERA%%lib/kio_kamera.so
|
||||
lib/kview.la
|
||||
lib/kview.so
|
||||
%%KAMERA:%%lib/libkcm_kamera.la
|
||||
%%KAMERA:%%lib/libkcm_kamera.so
|
||||
%%KAMERA%%lib/libkcm_kamera.la
|
||||
%%KAMERA%%lib/libkcm_kamera.so
|
||||
lib/libkdvi.la
|
||||
lib/libkdvi.so
|
||||
lib/libkfax.la
|
||||
@ -45,9 +45,9 @@ lib/libkmultipage.so
|
||||
lib/libkmultipage.so.0
|
||||
lib/libkpagetest.la
|
||||
lib/libkpagetest.so
|
||||
%%SANE:%%lib/libkscan.la
|
||||
%%SANE:%%lib/libkscan.so
|
||||
%%SANE:%%lib/libkscan.so.1
|
||||
%%SANE%%lib/libkscan.la
|
||||
%%SANE%%lib/libkscan.so
|
||||
%%SANE%%lib/libkscan.so.1
|
||||
lib/libkviewerpart.la
|
||||
lib/libkviewerpart.so
|
||||
lib/libkviewpart.la
|
||||
@ -63,8 +63,8 @@ share/applnk/Graphics/kpaint.desktop
|
||||
share/applnk/Graphics/kruler.desktop
|
||||
share/applnk/Graphics/ksnapshot.desktop
|
||||
share/applnk/Graphics/kview.desktop
|
||||
%%KAMERA:%%share/applnk/Settings/Peripherals/kamera.desktop
|
||||
%%SANE:%%share/applnk/Utilities/kooka.desktop
|
||||
%%KAMERA%%share/applnk/Settings/Peripherals/kamera.desktop
|
||||
%%SANE%%share/applnk/Utilities/kooka.desktop
|
||||
share/apps/kdvi/kdvi_part.rc
|
||||
share/apps/kdvi/toolbar/forwpage.xpm
|
||||
share/apps/kdvi/toolbar/largetext.xpm
|
||||
@ -105,16 +105,16 @@ share/apps/kiconedit/toolbar/selectrect.png
|
||||
share/apps/kiconedit/toolbar/spraycan-cursor.xpm
|
||||
share/apps/kiconedit/toolbar/spraycan.png
|
||||
share/apps/kiconedit/toolbar/transform.png
|
||||
%%SANE:%%share/apps/kooka/kookaui.rc
|
||||
%%SANE:%%share/apps/kooka/pics/mirror-both.png
|
||||
%%SANE:%%share/apps/kooka/pics/mirror-horiz.png
|
||||
%%SANE:%%share/apps/kooka/pics/mirror-vert.png
|
||||
%%SANE:%%share/apps/kooka/pics/newfromselect.png
|
||||
%%SANE:%%share/apps/kooka/pics/ocr-select.png
|
||||
%%SANE:%%share/apps/kooka/pics/ocr.png
|
||||
%%SANE:%%share/apps/kooka/pics/scaleorig.png
|
||||
%%SANE:%%share/apps/kooka/pics/scaletoheight.png
|
||||
%%SANE:%%share/apps/kooka/pics/scaletowidth.png
|
||||
%%SANE%%share/apps/kooka/kookaui.rc
|
||||
%%SANE%%share/apps/kooka/pics/mirror-both.png
|
||||
%%SANE%%share/apps/kooka/pics/mirror-horiz.png
|
||||
%%SANE%%share/apps/kooka/pics/mirror-vert.png
|
||||
%%SANE%%share/apps/kooka/pics/newfromselect.png
|
||||
%%SANE%%share/apps/kooka/pics/ocr-select.png
|
||||
%%SANE%%share/apps/kooka/pics/ocr.png
|
||||
%%SANE%%share/apps/kooka/pics/scaleorig.png
|
||||
%%SANE%%share/apps/kooka/pics/scaletoheight.png
|
||||
%%SANE%%share/apps/kooka/pics/scaletowidth.png
|
||||
share/apps/kpaint/kpaint.rc
|
||||
share/apps/kpaint/toolbar/areaselect.xpm
|
||||
share/apps/kpaint/toolbar/brush.xpm
|
||||
@ -180,10 +180,10 @@ share/doc/HTML/en/kview/snapshot6.png
|
||||
share/doc/HTML/en/kview/snapshot7.png
|
||||
share/doc/HTML/en/kview/snapshot8.png
|
||||
share/doc/HTML/en/kview/snapshot9.png
|
||||
%%SANE:%%share/icons/hicolor/16x16/actions/palette_color.png
|
||||
%%SANE:%%share/icons/hicolor/16x16/actions/palette_gray.png
|
||||
%%SANE:%%share/icons/hicolor/16x16/actions/palette_halftone.png
|
||||
%%SANE:%%share/icons/hicolor/16x16/actions/palette_lineart.png
|
||||
%%SANE%%share/icons/hicolor/16x16/actions/palette_color.png
|
||||
%%SANE%%share/icons/hicolor/16x16/actions/palette_gray.png
|
||||
%%SANE%%share/icons/hicolor/16x16/actions/palette_halftone.png
|
||||
%%SANE%%share/icons/hicolor/16x16/actions/palette_lineart.png
|
||||
share/icons/hicolor/16x16/apps/kcoloredit.png
|
||||
share/icons/hicolor/16x16/apps/kdvi.png
|
||||
share/icons/hicolor/16x16/apps/kfax.png
|
||||
@ -215,8 +215,8 @@ share/icons/hicolor/48x48/apps/ksnapshot.png
|
||||
share/icons/hicolor/48x48/apps/kview.png
|
||||
share/icons/locolor/16x16/apps/kcoloredit.png
|
||||
share/icons/locolor/32x32/apps/kcoloredit.png
|
||||
%%KAMERA:%%share/services/kamera.protocol
|
||||
%%SANE:%%share/services/scanservice.desktop
|
||||
%%KAMERA%%share/services/kamera.protocol
|
||||
%%SANE%%share/services/scanservice.desktop
|
||||
@dirrm share/icons/locolor/32x32/apps
|
||||
@dirrm share/icons/locolor/16x16/apps
|
||||
@dirrm share/icons/hicolor/48x48/apps
|
||||
|
@ -26,7 +26,7 @@ CONFIGURE_ARGS+=--without-kamera
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
# temporarily disable kamera, it requires gphoto2
|
||||
PLIST_SUB+= KAMERA:="@comment "
|
||||
PLIST_SUB+= KAMERA="@comment "
|
||||
|
||||
SANE_CONFIG= ${LOCALBASE}/bin/sane-config
|
||||
|
||||
@ -36,9 +36,9 @@ WITH_SANE= yes
|
||||
|
||||
.if defined(WITH_SANE) && ${WITH_SANE} == yes
|
||||
LIB_DEPENDS+= sane.1:${PORTSDIR}/graphics/sane-backends
|
||||
PLIST_SUB+= SANE:=""
|
||||
PLIST_SUB+= SANE=""
|
||||
.else
|
||||
PLIST_SUB+= SANE:="@comment "
|
||||
PLIST_SUB+= SANE="@comment "
|
||||
pre-everything::
|
||||
@${ECHO_MSG}
|
||||
@${ECHO_MSG} "If you want to compile with scanner (SANE) support,"
|
||||
|
@ -5,34 +5,34 @@ bin/kfax
|
||||
bin/kfract
|
||||
bin/kghostview
|
||||
bin/kiconedit
|
||||
%%SANE:%%bin/kooka
|
||||
%%SANE%%bin/kooka
|
||||
bin/kpaint
|
||||
bin/kruler
|
||||
bin/ksnapshot
|
||||
bin/kview
|
||||
bin/kviewshell
|
||||
%%SANE:%%include/devselector.h
|
||||
%%SANE:%%include/dispgamma.h
|
||||
%%SANE:%%include/gammadialog.h
|
||||
%%SANE:%%include/img_canvas.h
|
||||
%%SANE:%%include/imgscaledialog.h
|
||||
%%SANE:%%include/kgammatable.h
|
||||
%%SANE:%%include/kscandevice.h
|
||||
%%SANE:%%include/kscanoption.h
|
||||
%%SANE:%%include/kscanoptset.h
|
||||
%%SANE:%%include/kscanslider.h
|
||||
%%SANE:%%include/massscandialog.h
|
||||
%%SANE:%%include/previewer.h
|
||||
%%SANE:%%include/scanparams.h
|
||||
%%SANE:%%include/scansourcedialog.h
|
||||
%%SANE%%include/devselector.h
|
||||
%%SANE%%include/dispgamma.h
|
||||
%%SANE%%include/gammadialog.h
|
||||
%%SANE%%include/img_canvas.h
|
||||
%%SANE%%include/imgscaledialog.h
|
||||
%%SANE%%include/kgammatable.h
|
||||
%%SANE%%include/kscandevice.h
|
||||
%%SANE%%include/kscanoption.h
|
||||
%%SANE%%include/kscanoptset.h
|
||||
%%SANE%%include/kscanslider.h
|
||||
%%SANE%%include/massscandialog.h
|
||||
%%SANE%%include/previewer.h
|
||||
%%SANE%%include/scanparams.h
|
||||
%%SANE%%include/scansourcedialog.h
|
||||
lib/kcolorchooser.la
|
||||
lib/kcolorchooser.so
|
||||
%%KAMERA:%%lib/kio_kamera.la
|
||||
%%KAMERA:%%lib/kio_kamera.so
|
||||
%%KAMERA%%lib/kio_kamera.la
|
||||
%%KAMERA%%lib/kio_kamera.so
|
||||
lib/kview.la
|
||||
lib/kview.so
|
||||
%%KAMERA:%%lib/libkcm_kamera.la
|
||||
%%KAMERA:%%lib/libkcm_kamera.so
|
||||
%%KAMERA%%lib/libkcm_kamera.la
|
||||
%%KAMERA%%lib/libkcm_kamera.so
|
||||
lib/libkdvi.la
|
||||
lib/libkdvi.so
|
||||
lib/libkfax.la
|
||||
@ -45,9 +45,9 @@ lib/libkmultipage.so
|
||||
lib/libkmultipage.so.0
|
||||
lib/libkpagetest.la
|
||||
lib/libkpagetest.so
|
||||
%%SANE:%%lib/libkscan.la
|
||||
%%SANE:%%lib/libkscan.so
|
||||
%%SANE:%%lib/libkscan.so.1
|
||||
%%SANE%%lib/libkscan.la
|
||||
%%SANE%%lib/libkscan.so
|
||||
%%SANE%%lib/libkscan.so.1
|
||||
lib/libkviewerpart.la
|
||||
lib/libkviewerpart.so
|
||||
lib/libkviewpart.la
|
||||
@ -63,8 +63,8 @@ share/applnk/Graphics/kpaint.desktop
|
||||
share/applnk/Graphics/kruler.desktop
|
||||
share/applnk/Graphics/ksnapshot.desktop
|
||||
share/applnk/Graphics/kview.desktop
|
||||
%%KAMERA:%%share/applnk/Settings/Peripherals/kamera.desktop
|
||||
%%SANE:%%share/applnk/Utilities/kooka.desktop
|
||||
%%KAMERA%%share/applnk/Settings/Peripherals/kamera.desktop
|
||||
%%SANE%%share/applnk/Utilities/kooka.desktop
|
||||
share/apps/kdvi/kdvi_part.rc
|
||||
share/apps/kdvi/toolbar/forwpage.xpm
|
||||
share/apps/kdvi/toolbar/largetext.xpm
|
||||
@ -105,16 +105,16 @@ share/apps/kiconedit/toolbar/selectrect.png
|
||||
share/apps/kiconedit/toolbar/spraycan-cursor.xpm
|
||||
share/apps/kiconedit/toolbar/spraycan.png
|
||||
share/apps/kiconedit/toolbar/transform.png
|
||||
%%SANE:%%share/apps/kooka/kookaui.rc
|
||||
%%SANE:%%share/apps/kooka/pics/mirror-both.png
|
||||
%%SANE:%%share/apps/kooka/pics/mirror-horiz.png
|
||||
%%SANE:%%share/apps/kooka/pics/mirror-vert.png
|
||||
%%SANE:%%share/apps/kooka/pics/newfromselect.png
|
||||
%%SANE:%%share/apps/kooka/pics/ocr-select.png
|
||||
%%SANE:%%share/apps/kooka/pics/ocr.png
|
||||
%%SANE:%%share/apps/kooka/pics/scaleorig.png
|
||||
%%SANE:%%share/apps/kooka/pics/scaletoheight.png
|
||||
%%SANE:%%share/apps/kooka/pics/scaletowidth.png
|
||||
%%SANE%%share/apps/kooka/kookaui.rc
|
||||
%%SANE%%share/apps/kooka/pics/mirror-both.png
|
||||
%%SANE%%share/apps/kooka/pics/mirror-horiz.png
|
||||
%%SANE%%share/apps/kooka/pics/mirror-vert.png
|
||||
%%SANE%%share/apps/kooka/pics/newfromselect.png
|
||||
%%SANE%%share/apps/kooka/pics/ocr-select.png
|
||||
%%SANE%%share/apps/kooka/pics/ocr.png
|
||||
%%SANE%%share/apps/kooka/pics/scaleorig.png
|
||||
%%SANE%%share/apps/kooka/pics/scaletoheight.png
|
||||
%%SANE%%share/apps/kooka/pics/scaletowidth.png
|
||||
share/apps/kpaint/kpaint.rc
|
||||
share/apps/kpaint/toolbar/areaselect.xpm
|
||||
share/apps/kpaint/toolbar/brush.xpm
|
||||
@ -180,10 +180,10 @@ share/doc/HTML/en/kview/snapshot6.png
|
||||
share/doc/HTML/en/kview/snapshot7.png
|
||||
share/doc/HTML/en/kview/snapshot8.png
|
||||
share/doc/HTML/en/kview/snapshot9.png
|
||||
%%SANE:%%share/icons/hicolor/16x16/actions/palette_color.png
|
||||
%%SANE:%%share/icons/hicolor/16x16/actions/palette_gray.png
|
||||
%%SANE:%%share/icons/hicolor/16x16/actions/palette_halftone.png
|
||||
%%SANE:%%share/icons/hicolor/16x16/actions/palette_lineart.png
|
||||
%%SANE%%share/icons/hicolor/16x16/actions/palette_color.png
|
||||
%%SANE%%share/icons/hicolor/16x16/actions/palette_gray.png
|
||||
%%SANE%%share/icons/hicolor/16x16/actions/palette_halftone.png
|
||||
%%SANE%%share/icons/hicolor/16x16/actions/palette_lineart.png
|
||||
share/icons/hicolor/16x16/apps/kcoloredit.png
|
||||
share/icons/hicolor/16x16/apps/kdvi.png
|
||||
share/icons/hicolor/16x16/apps/kfax.png
|
||||
@ -215,8 +215,8 @@ share/icons/hicolor/48x48/apps/ksnapshot.png
|
||||
share/icons/hicolor/48x48/apps/kview.png
|
||||
share/icons/locolor/16x16/apps/kcoloredit.png
|
||||
share/icons/locolor/32x32/apps/kcoloredit.png
|
||||
%%KAMERA:%%share/services/kamera.protocol
|
||||
%%SANE:%%share/services/scanservice.desktop
|
||||
%%KAMERA%%share/services/kamera.protocol
|
||||
%%SANE%%share/services/scanservice.desktop
|
||||
@dirrm share/icons/locolor/32x32/apps
|
||||
@dirrm share/icons/locolor/16x16/apps
|
||||
@dirrm share/icons/hicolor/48x48/apps
|
||||
|
@ -34,9 +34,9 @@ WITH_OGGVORBIS= yes
|
||||
.if defined(WITH_OGGVORBIS) && ${WITH_OGGVORBIS} == yes
|
||||
LIB_DEPENDS+= ogg.2:${PORTSDIR}/audio/libogg \
|
||||
vorbis.0:${PORTSDIR}/audio/libvorbis
|
||||
PLIST_SUB+= OGGVORBIS:=""
|
||||
PLIST_SUB+= OGGVORBIS=""
|
||||
.else
|
||||
PLIST_SUB+= OGGVORBIS:="@comment "
|
||||
PLIST_SUB+= OGGVORBIS="@comment "
|
||||
pre-everything::
|
||||
@${ECHO_MSG}
|
||||
@${ECHO_MSG} "If you want to compile with ogg/vorbis support,"
|
||||
|
@ -125,8 +125,8 @@ lib/libnoatunui.la
|
||||
lib/libnoatunui.so
|
||||
lib/libnoatunvoiceprint.la
|
||||
lib/libnoatunvoiceprint.so
|
||||
%%OGGVORBIS:%%lib/liboggarts.la
|
||||
%%OGGVORBIS:%%lib/liboggarts.so
|
||||
%%OGGVORBIS%%lib/liboggarts.la
|
||||
%%OGGVORBIS%%lib/liboggarts.so
|
||||
lib/libsplitplaylist.la
|
||||
lib/libsplitplaylist.so
|
||||
lib/libworkman.la
|
||||
@ -176,7 +176,7 @@ lib/mcop/Arts/Synth_XFADE.mcopclass
|
||||
lib/mcop/Arts/VBox.mcopclass
|
||||
lib/mcop/Arts/Widget.mcopclass
|
||||
lib/mcop/Arts/mpg123PlayObject.mcopclass
|
||||
%%OGGVORBIS:%%lib/mcop/Arts/oggPlayObject.mcopclass
|
||||
%%OGGVORBIS%%lib/mcop/Arts/oggPlayObject.mcopclass
|
||||
lib/mcop/ExtraStereo.mcopclass
|
||||
lib/mcop/ExtraStereoGuiFactory.mcopclass
|
||||
lib/mcop/Noatun/Equalizer.mcopclass
|
||||
@ -206,8 +206,8 @@ lib/mcop/mpg123arts.mcopclass
|
||||
lib/mcop/mpg123arts.mcoptype
|
||||
lib/mcop/noatunarts.mcopclass
|
||||
lib/mcop/noatunarts.mcoptype
|
||||
%%OGGVORBIS:%%lib/mcop/oggarts.mcopclass
|
||||
%%OGGVORBIS:%%lib/mcop/oggarts.mcoptype
|
||||
%%OGGVORBIS%%lib/mcop/oggarts.mcopclass
|
||||
%%OGGVORBIS%%lib/mcop/oggarts.mcoptype
|
||||
lib/noatun.la
|
||||
lib/noatun.so
|
||||
share/applnk/Multimedia/aktion.desktop
|
||||
|
@ -34,9 +34,9 @@ WITH_OGGVORBIS= yes
|
||||
.if defined(WITH_OGGVORBIS) && ${WITH_OGGVORBIS} == yes
|
||||
LIB_DEPENDS+= ogg.2:${PORTSDIR}/audio/libogg \
|
||||
vorbis.0:${PORTSDIR}/audio/libvorbis
|
||||
PLIST_SUB+= OGGVORBIS:=""
|
||||
PLIST_SUB+= OGGVORBIS=""
|
||||
.else
|
||||
PLIST_SUB+= OGGVORBIS:="@comment "
|
||||
PLIST_SUB+= OGGVORBIS="@comment "
|
||||
pre-everything::
|
||||
@${ECHO_MSG}
|
||||
@${ECHO_MSG} "If you want to compile with ogg/vorbis support,"
|
||||
|
@ -125,8 +125,8 @@ lib/libnoatunui.la
|
||||
lib/libnoatunui.so
|
||||
lib/libnoatunvoiceprint.la
|
||||
lib/libnoatunvoiceprint.so
|
||||
%%OGGVORBIS:%%lib/liboggarts.la
|
||||
%%OGGVORBIS:%%lib/liboggarts.so
|
||||
%%OGGVORBIS%%lib/liboggarts.la
|
||||
%%OGGVORBIS%%lib/liboggarts.so
|
||||
lib/libsplitplaylist.la
|
||||
lib/libsplitplaylist.so
|
||||
lib/libworkman.la
|
||||
@ -176,7 +176,7 @@ lib/mcop/Arts/Synth_XFADE.mcopclass
|
||||
lib/mcop/Arts/VBox.mcopclass
|
||||
lib/mcop/Arts/Widget.mcopclass
|
||||
lib/mcop/Arts/mpg123PlayObject.mcopclass
|
||||
%%OGGVORBIS:%%lib/mcop/Arts/oggPlayObject.mcopclass
|
||||
%%OGGVORBIS%%lib/mcop/Arts/oggPlayObject.mcopclass
|
||||
lib/mcop/ExtraStereo.mcopclass
|
||||
lib/mcop/ExtraStereoGuiFactory.mcopclass
|
||||
lib/mcop/Noatun/Equalizer.mcopclass
|
||||
@ -206,8 +206,8 @@ lib/mcop/mpg123arts.mcopclass
|
||||
lib/mcop/mpg123arts.mcoptype
|
||||
lib/mcop/noatunarts.mcopclass
|
||||
lib/mcop/noatunarts.mcoptype
|
||||
%%OGGVORBIS:%%lib/mcop/oggarts.mcopclass
|
||||
%%OGGVORBIS:%%lib/mcop/oggarts.mcoptype
|
||||
%%OGGVORBIS%%lib/mcop/oggarts.mcopclass
|
||||
%%OGGVORBIS%%lib/mcop/oggarts.mcoptype
|
||||
lib/noatun.la
|
||||
lib/noatun.so
|
||||
share/applnk/Multimedia/aktion.desktop
|
||||
|
Loading…
Reference in New Issue
Block a user