openbsd-ports/x11/xdesktopwaves/Makefile
cwen 569259066a xdesktopwaves: update to 1.4
That version introduces an emergency exit button, that you can disable
by providing the `-nxb' option to xdesktopwaves.

OK bket@
2020-02-03 10:29:08 +00:00

24 lines
484 B
Makefile

# $OpenBSD: Makefile,v 1.13 2020/02/03 10:29:08 cwen Exp $
COMMENT= simulation of water waves on the X Window desktop
DISTNAME= xdesktopwaves-1.4
CATEGORIES= x11
HOMEPAGE= http://xdesktopwaves.sourceforge.net/
# GPLv2
PERMIT_PACKAGE= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xdesktopwaves/}
WANTLIB= X11 Xext c m
NO_TEST= Yes
# cpuid check code clobbers %ebx, used by PIE
.if ${MACHINE_ARCH:Mi386}
MAKE_FLAGS+= XDW_MAX_OPTIMIZATION=0
.endif
.include <bsd.port.mk>