This is a bugfix release that fixes the 32-bit build error I reported, so all the patches go away. Tested on amd64 and i386.
37 lines
887 B
Makefile
37 lines
887 B
Makefile
# $OpenBSD: Makefile,v 1.47 2020/08/26 22:44:48 bcallah Exp $
|
|
|
|
BROKEN-hppa = no atomic ops
|
|
COMMENT = Midnight Commander-like file manager for X
|
|
DISTNAME = worker-4.5.1
|
|
CATEGORIES = x11
|
|
|
|
HOMEPAGE = http://www.boomerangsworld.de/
|
|
MAINTAINER = Brian Callahan <bcallah@openbsd.org>
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB += ICE SM X11 Xext Xft Xinerama Xrender c expat
|
|
WANTLIB += fontconfig freetype m pthread xcb z ${COMPILER_LIBCXX}
|
|
|
|
MASTER_SITES = http://www.boomerangsworld.de/cms/worker/downloads/
|
|
|
|
# C++14
|
|
COMPILER = base-clang ports-clang ports-gcc
|
|
|
|
RUN_DEPENDS = devel/desktop-file-utils \
|
|
x11/xli
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
CONFIGURE_ARGS = --without-avfs \
|
|
--without-dbus \
|
|
--without-hal \
|
|
--without-libmagic \
|
|
--disable-inotify \
|
|
--disable-lua
|
|
|
|
TEST_DEPENDS = devel/check
|
|
TEST_FLAGS = CXXFLAGS="${CXXFLAGS} -std=c++11 -I${LOCALBASE}/include"
|
|
|
|
.include <bsd.port.mk>
|