forked from Lainports/freebsd-ports
sentence and COMMENT is not a formal title; capitalize "Python" as it
is a proper noun (official language name)
- Retire MENU option: it served a little good, meant to conditionalize
having `desktop-file-utils' in USES, whereas its sole purpose is to
handle MimeType in .desktop files that are installed in ${DESKTOPDIR}
while the port installs *.desktop files unconditionally (it was even
more confusing since it was used in pkg-plist to guard icon entries,
but the port sets INSTALLS_ICONS, also unconditionally)
- Use option helpers for targets and drop .include <bsd.port.options.mk>
- Mute in-place patching commands like we always do
- Do not attempt to create ${STAGEDIR}${DESKTOPDIR}: `share/applications'
was added to mtree (Templates/BSD.local.dist) in r331266 2.5 years ago
- When calling ${COPYTREE_SHARE}, do not use escaped wild-card argument
(`\*') when simple dot (`.') is sufficient, shorter, does not require
escaping and thus less error-prone
- Drop TRANSLATIONS and MANUALS variables which are only referenced once;
these language lists are hardcoded in pkg-plist anyway, so there is no
benefit to factor them out as variables in port's Makefile
23 lines
905 B
Text
23 lines
905 B
Text
bin/diffuse
|
|
etc/diffuserc
|
|
man/man1/diffuse.1.gz
|
|
share/applications/diffuse.desktop
|
|
share/icons/hicolor/16x16/apps/diffuse.png
|
|
share/icons/hicolor/22x22/apps/diffuse.png
|
|
share/icons/hicolor/24x24/apps/diffuse.png
|
|
share/icons/hicolor/256x256/apps/diffuse.png
|
|
share/icons/hicolor/32x32/apps/diffuse.png
|
|
share/icons/hicolor/48x48/apps/diffuse.png
|
|
%%NLS%%man/cs/man1/diffuse.1.gz
|
|
%%NLS%%man/it/man1/diffuse.1.gz
|
|
%%NLS%%man/ru/man1/diffuse.1.gz
|
|
%%NLS%%share/locale/cs/LC_MESSAGES/diffuse.mo
|
|
%%NLS%%share/locale/de/LC_MESSAGES/diffuse.mo
|
|
%%NLS%%share/locale/es/LC_MESSAGES/diffuse.mo
|
|
%%NLS%%share/locale/it/LC_MESSAGES/diffuse.mo
|
|
%%NLS%%share/locale/ja/LC_MESSAGES/diffuse.mo
|
|
%%NLS%%share/locale/ko/LC_MESSAGES/diffuse.mo
|
|
%%NLS%%share/locale/pl/LC_MESSAGES/diffuse.mo
|
|
%%NLS%%share/locale/ru/LC_MESSAGES/diffuse.mo
|
|
%%NLS%%share/locale/zh_CN/LC_MESSAGES/diffuse.mo
|
|
%%NLS%%share/locale/zh_TW/LC_MESSAGES/diffuse.mo
|