blob: c15790435829d37641cc51cb68b3bc4c63188306 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
# Created by: Simon Dick <simond@irrelevant.org>
# $FreeBSD$
PORTNAME= worker
PORTVERSION= 3.6.0
CATEGORIES= x11-fm
MASTER_SITES= http://www.boomerangsworld.de/cms/worker/downloads/
MAINTAINER= mp39590@gmail.com
COMMENT= X11 File Manager based on Directory Opus
LICENSE= GPLv2
RUN_DEPENDS+= bash:${PORTSDIR}/shells/bash
GNU_CONFIGURE= yes
USE_XORG= x11
USES= shebangfix tar:bzip2
SHEBANG_FILES= ${WRKSRC}/scripts/*.sh \
${WRKSRC}/scripts/xeditor
OPTIONS_DEFINE= XFT AVFS
AVFS_DESC= Use AVFS library to access an archives
AVFS_LIB_DEPENDS= libavfs.so:${PORTSDIR}/sysutils/avfs
XFT_CONFIGURE_ENABLE= xft
XFT_USE= XORG=xft
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 1000024
USE_GCC= 4.6+
.else
CONFIGURE_ARGS+= --disable-cxx-check
CXXFLAGS+= -std=c++11
.endif
.include <bsd.port.post.mk>
|