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
|
2004-08-22 07:43:22 +02:00
|
|
|
PORTVERSION= 2.8.5
|
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
|
2002-10-27 12:50:59 +01:00
|
|
|
USE_REINPLACE= yes
|
2003-12-22 12:35:53 +01:00
|
|
|
USE_BZIP2= yes
|
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
|
|
|
|
|
|
|
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
|
|
|
|
|
2001-03-31 04:58:11 +02:00
|
|
|
.include <bsd.port.mk>
|