diff options
author | tcberner <tcberner@FreeBSD.org> | 2019-01-01 20:42:38 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2019-01-01 20:42:38 +0800 |
commit | 812fecb8e5ad62a524b8d15eb5a7b6e22103aaed (patch) | |
tree | 27a350e59b21b9326f7f4b86628fef83bc13cf3f /editors | |
parent | 3c92f0ad658eaaf8e037bb0019edca8d8387ac6d (diff) | |
download | freebsd-ports-gnome-812fecb8e5ad62a524b8d15eb5a7b6e22103aaed.tar.gz freebsd-ports-gnome-812fecb8e5ad62a524b8d15eb5a7b6e22103aaed.tar.zst freebsd-ports-gnome-812fecb8e5ad62a524b8d15eb5a7b6e22103aaed.zip |
editors/yzis: remove KYZIS option after r488807
MFH: 2019Q1
Diffstat (limited to 'editors')
-rw-r--r-- | editors/yzis/Makefile | 17 | ||||
-rw-r--r-- | editors/yzis/pkg-plist | 16 |
2 files changed, 6 insertions, 27 deletions
diff --git a/editors/yzis/Makefile b/editors/yzis/Makefile index 5e19bbf89905..2faf7bb5ad20 100644 --- a/editors/yzis/Makefile +++ b/editors/yzis/Makefile @@ -3,7 +3,7 @@ PORTNAME= yzis PORTVERSION= 1.0.a.1 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= editors MASTER_SITES= http://labs.freehackers.org/attachments/download/45/ \ http://contribs.martymac.org/FreeBSD-ports/distfiles/ @@ -34,13 +34,8 @@ USE_GCC= any INSTALLS_ICONS= yes USE_LDCONFIG= yes -OPTIONS_DEFINE= KYZIS NYZIS DOXYGEN +OPTIONS_DEFINE= NYZIS DOXYGEN OPTIONS_SUB= yes -KYZIS_DESC= Build kyzis and Yzis kpart -KYZIS_USES= kde:4 qt:4 -KYZIS_USE= KDE=kdeprefix,kdelibs,automoc4 QT=phonon -KYZIS_CMAKE_ON= -DENABLE_KYZIS:BOOL=ON -DENABLE_KPART_YZIS:BOOL=ON -KYZIS_CMAKE_OFF= -DENABLE_KYZIS:BOOL=OFF -DENABLE_KPART_YZIS:BOOL=OFF NYZIS_DESC= Build nyzis (ncurses frontend) NYZIS_CPPFLAGS= -D_XOPEN_SOURCE_EXTENDED NYZIS_CMAKE_ON= -DENABLE_NYZIS:BOOL=ON @@ -50,12 +45,4 @@ DOXYGEN_BUILD_DEPENDS= dot:graphics/graphviz \ DOXYGEN_CMAKE_ON= -DENABLE_DOCUMENTATION:BOOL=ON DOXYGEN_CMAKE_OFF= -DENABLE_DOCUMENTATION:BOOL=OFF -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MKYZIS} -PLIST_SUB+= QYZIS="@comment " -.else -PLIST_SUB+= QYZIS="" -.endif - .include <bsd.port.mk> diff --git a/editors/yzis/pkg-plist b/editors/yzis/pkg-plist index 313b7e376bbc..b8463f1b9017 100644 --- a/editors/yzis/pkg-plist +++ b/editors/yzis/pkg-plist @@ -1,21 +1,13 @@ bin/qyzis %%NYZIS%%bin/nyzis -%%KYZIS%%bin/kyzis -%%KYZIS%%lib/kde4/yzispart.so lib/libyzis.so.0.0.0 lib/libyzis.so.0 lib/libyzis.so share/applnk/Editors/qyzis.desktop -%%KYZIS%%share/apps/yzispart/yzispart.rc -%%KYZIS%%share/kde4/services/yzispart.desktop -%%QYZIS%%share/icons/hicolor/128x128/apps/qyzis.png -%%QYZIS%%share/icons/hicolor/32x32/apps/qyzis.png -%%QYZIS%%share/icons/hicolor/64x64/apps/qyzis.png -%%QYZIS%%share/icons/hicolor/16x16/apps/qyzis.png -%%KYZIS%%share/icons/crystalsvg/128x128/apps/l10n/hicolor/qyzis.png -%%KYZIS%%share/icons/crystalsvg/32x32/apps/l10n/hicolor/qyzis.png -%%KYZIS%%share/icons/crystalsvg/64x64/apps/l10n/hicolor/qyzis.png -%%KYZIS%%share/icons/crystalsvg/16x16/apps/l10n/hicolor/qyzis.png +share/icons/hicolor/128x128/apps/qyzis.png +share/icons/hicolor/32x32/apps/qyzis.png +share/icons/hicolor/64x64/apps/qyzis.png +share/icons/hicolor/16x16/apps/qyzis.png share/yzis/syntax/language.dtd share/yzis/syntax/syntax.template share/yzis/syntax/cpp.xml |