33 lines
733 B
Makefile
33 lines
733 B
Makefile
# $OpenBSD: Makefile,v 1.17 2015/10/31 22:57:31 ajacoutot Exp $
|
|
|
|
BROKEN-hppa = no atomic ops
|
|
COMMENT = Midnight Commander like file manager for X
|
|
DISTNAME = worker-3.8.1
|
|
CATEGORIES = x11
|
|
|
|
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>
|