freebsd-ports/x11-fm/worker/Makefile
Mark Linimon ba8ed03f88 Update to 2.8.5 and fix compilation with gcc 3.4.
PR:		ports/69908
Submitted by:	Ulrich Spoerlein <q at uni dot de>
Approved by:	maintainer
2004-08-22 05:43:22 +00:00

30 lines
613 B
Makefile

# New ports collection makefile for: worker
# Date created: 14 March 2001
# Whom: Simon Dick <simond@irrelevant.org>
#
# $FreeBSD$
#
PORTNAME= worker
PORTVERSION= 2.8.5
CATEGORIES= x11-fm
MASTER_SITES= http://www.boomerangsworld.de/worker/downloads/
MAINTAINER= simond@irrelevant.org
COMMENT= X11 File Manager based on Directory Opus
GNU_CONFIGURE= yes
USE_XLIB= yes
USE_REINPLACE= yes
USE_BZIP2= yes
MAN1= worker.1
CFLAGS+= ${PTHREAD_CFLAGS}
CONFIGURE_ARGS= --disable-libxpkmaster
pre-configure:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \
${WRKSRC}/configure
.include <bsd.port.mk>