1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00
Jesús Daniel Colmenares Oviedo 6dc548efbe x11/habak: New port: Background changing app
habak is a background changing app.

habak uses layered model. Lowermost layer is just black screen. You
can put other objects on it and these objects are called habaks.
There are three kinds of habaks: graphic files (images), texts and
"internal objects". Final background image consists of one or more
habaks positioned on the black screen. The order of habaks in the
command line is also the order of displaying them on screen. So
last habak would be drawn on the top of previous.

WWW: https://sourceforge.net/projects/fvwm-crystal/

PR:		266120
2023-05-06 10:58:38 +02:00

24 lines
520 B
Makefile

PORTNAME= habak
DISTVERSION= 0.2.5
CATEGORIES= x11
MASTER_SITES= SF/fvwm-crystal/habak/${DISTVERSION}
MAINTAINER= DtxdF@disroot.org
COMMENT= Background changing app
WWW= https://sourceforge.net/projects/fvwm-crystal/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS+= libImlib2.so:graphics/imlib2 \
libX11.so:x11/libX11
USES= localbase:ldflags
PLIST_FILES= bin/${PORTNAME}
do-install:
(cd ${WRKSRC}/src && ${INSTALL_PROGRAM} ${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME})
.include <bsd.port.mk>