freebsd-ports/sysutils/wmflame/Makefile
Robert Clausecker eb0fbcfdfa sysutils/wmflame: fix the port's build against -fno-common
Ensure that there is only one variable definition per each object, as
the C (and C++) standards mandated for years and compilers started to
enforce as of recently (Clang 11, GCC 10).

While we are at it, at missing `xext' component to the USE_XORG list.

PR:	267600
2022-11-07 04:18:52 +00:00

24 lines
505 B
Makefile

PORTNAME= wmflame
PORTVERSION= 0.60
PORTREVISION= 3
CATEGORIES= sysutils
MASTER_SITES= AFTERSTEP/stable/rpms/misc-tarballs \
http://web.novalis.org/programs/
MAINTAINER= ports@FreeBSD.org
COMMENT= Dockapp that shows the load average as a flame
WWW= http://web.novalis.org/
LICENSE= GPLv2
USES= gmake xorg
USE_XORG= x11 xext xpm
PLIST_FILES= bin/wmflame
WRKSRC= ${WRKDIR}/wmflame.app/${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wmflame ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>