289883b11b
* Add PKGNAMESUFFIX and rename the directory. This was done to show that IM6 is not the "main" version. But still fully supported by upstream. * Convert a number of options to optionhelpers. * Add option for ISO/IEC 23008-12:2017 HEIF suport * Add comment to pkg-descr explaining IM6's "legacy" tag. * Add comment to the patch-config_policy.xml file why it still needed. Please note that IM7 is not a drop in replacement due to library API and command arguments changes. And as a result ports need to decide for themself which version to use. Chase these changes in all the ports that using IM6. PR: 225102 (based on, only the version update) [1] Submitted by: Pascal Christen <pascal.christen@hostpoint.ch>
54 lines
1.7 KiB
Makefile
54 lines
1.7 KiB
Makefile
# Created by: Giacomo Mariani <giacomomariani@yahoo.it>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= fvwm-crystal
|
|
PORTVERSION= 3.0.6
|
|
PORTREVISION= 10
|
|
CATEGORIES= x11-wm
|
|
MASTER_SITES= http://download.gna.org/fvwm-crystal/${PORTVERSION}/
|
|
|
|
MAINTAINER= giacomomariani@yahoo.it
|
|
COMMENT= Easy, eye-candy, light, and powerful window manager for X11
|
|
|
|
RUN_DEPENDS= fvwm>=2.5:x11-wm/fvwm2 \
|
|
bash:shells/bash
|
|
|
|
USES= gettext gmake python shebangfix
|
|
SHEBANG_FILES= addons/* bin/* fvwm/scripts/speed_value \
|
|
fvwm/scripts/FvwmMPD/*.py
|
|
MAKE_ENV= prefix="${PREFIX}" addondir="${DOCSDIR}/addons"
|
|
PORTDOCS= *
|
|
INSTALL_TARGET= install
|
|
NO_ARCH= yes
|
|
|
|
OPTIONS_DEFINE= ROX IMAGEMAGICK XSCREENSAVER TRAYER SUDO HSETROOT CMUS DOCS
|
|
OPTIONS_DEFAULT= ROX IMAGEMAGICK XSCREENSAVER TRAYER SUDO HSETROOT
|
|
|
|
ROX_DESC= Rox-filer file manager support
|
|
IMAGEMAGICK_DESC= Window thumbnails and screenshots support
|
|
XSCREENSAVER_DESC= Desktop screensaver support
|
|
TRAYER_DESC= Tray (notification area) support
|
|
SUDO_DESC= Run text-based applications as superuser
|
|
HSETROOT_DESC= Allow to set desktop wallpaper
|
|
CMUS_DESC= Play music via audio/cmus player
|
|
MROX_RUN_DEPENDS= rox:x11-fm/rox-filer
|
|
IMAGEMAGICK_RUN_DEPENDS= display:graphics/ImageMagick6
|
|
XSCREENSAVER_RUN_DEPENDS= xscreensaver:x11/xscreensaver
|
|
TRAYER_RUN_DEPENDS= trayer:x11/trayer
|
|
SUDO_RUN_DEPENDS= sudo:security/sudo
|
|
SETROOT_RUN_DEPENDS= hsetroot:x11/hsetroot
|
|
CMUS_RUN_DEPENDS= cmus:audio/cmus
|
|
DOCS_INSTALL_TARGET= install-doc
|
|
|
|
post-extract:
|
|
@cd ${WRKSRC} && ${FIND} . -depth -type d -name .svn \
|
|
-exec ${RM} -r {} \;
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|cp -r -d|cp -r|; s|cp -d|cp|' \
|
|
${WRKSRC}/${MAKEFILE}
|
|
scrivi:
|
|
${ECHO_CMD} ${LOCALBASE}
|
|
${ECHO_CMD} ${PREFIX}
|
|
|
|
.include <bsd.port.mk>
|