[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / x11 / waimea

File: [local] / ports / x11 / waimea / Makefile (download)

Revision 1.29, Wed Sep 27 20:37:26 2023 UTC (8 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, HEAD
Changes since 1.28: +1 -1 lines

MASTER_SITES -> SITES
now I only need to finish modules!

COMMENT=		virtual desktop manager for X11

VERSION=		0.4.0
DISTNAME=		waimea-${VERSION}
REVISION=		10
CATEGORIES=		x11

HOMEPAGE=		https://www.freedesktop.org/wiki/Software/waimea

# GPLv2
PERMIT_PACKAGE=	Yes

WANTLIB += ${COMPILER_LIBCXX} ICE SM X11 Xext Xft Xinerama Xrandr
WANTLIB += Xrender c m

SITES=			${SITE_SOURCEFORGE:=waimea/}

COMPILER=		base-clang ports-gcc

AUTOCONF_VERSION=	2.52
CONFIGURE_STYLE=	autoconf
CONFIGURE_ARGS=		--disable-pixmap

.include <bsd.port.mk>