34 lines
742 B
Makefile

# $OpenBSD: Makefile,v 1.16 2015/08/25 13:18:28 sthen Exp $
BROKEN-hppa = no atomic ops
COMMENT = Midnight Commander like file manager for X
DISTNAME = worker-3.8.0
CATEGORIES = x11
REVISION = 0
HOMEPAGE = http://www.boomerangsworld.de/
# GPLv2+
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += ICE SM X11 Xext Xft Xinerama Xrender c expat
WANTLIB += fontconfig freetype m pthread pthread-stubs xcb z
MASTER_SITES = http://www.boomerangsworld.de/cms/worker/downloads/
MODULES = gcc4
MODGCC4_ARCHS = *
MODGCC4_LANGS = c c++
RUN_DEPENDS = devel/desktop-file-utils
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS = --without-avfs \
--without-dbus \
--without-hal \
--without-libmagic \
--disable-inotify \
--disable-lua
.include <bsd.port.mk>