2001-03-31 04:58:11 +02:00
|
|
|
# New ports collection makefile for: worker
|
|
|
|
# Date created: 14 March 2001
|
|
|
|
# Whom: Simon Dick <simond@irrelevant.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= worker
|
2006-07-22 10:22:19 +02:00
|
|
|
PORTVERSION= 2.13.1
|
2001-03-31 04:58:11 +02:00
|
|
|
CATEGORIES= x11-fm
|
2003-12-22 12:35:53 +01:00
|
|
|
MASTER_SITES= http://www.boomerangsworld.de/worker/downloads/
|
2001-03-31 04:58:11 +02:00
|
|
|
|
|
|
|
MAINTAINER= simond@irrelevant.org
|
2003-02-21 15:08:24 +01:00
|
|
|
COMMENT= X11 File Manager based on Directory Opus
|
2001-03-31 04:58:11 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_XLIB= yes
|
2003-12-22 12:35:53 +01:00
|
|
|
USE_BZIP2= yes
|
2001-03-31 04:58:11 +02:00
|
|
|
|
2006-07-22 10:22:19 +02:00
|
|
|
MANLANG= "" fr
|
2001-03-31 04:58:11 +02:00
|
|
|
MAN1= worker.1
|
|
|
|
|
2002-04-07 16:10:01 +02:00
|
|
|
CFLAGS+= ${PTHREAD_CFLAGS}
|
2002-10-27 12:50:59 +01:00
|
|
|
CONFIGURE_ARGS= --disable-libxpkmaster
|
2002-04-07 16:10:01 +02:00
|
|
|
|
2005-11-04 11:58:54 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} < 500000
|
2006-05-17 14:49:05 +02:00
|
|
|
BROKEN= Does not compile on FreeBSD 4.x
|
2005-11-04 11:58:54 +01:00
|
|
|
.endif
|
|
|
|
|
2002-04-07 16:10:01 +02:00
|
|
|
pre-configure:
|
2002-10-27 12:50:59 +01:00
|
|
|
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \
|
2002-04-07 16:10:01 +02:00
|
|
|
${WRKSRC}/configure
|
|
|
|
|
2005-11-04 11:58:54 +01:00
|
|
|
.include <bsd.port.post.mk>
|