1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/x11-fm/worker/Makefile
Kirill Ponomarev 87446dc344 - Update to 2.8.1
PR:		55839
Submitted by:	maintainer
2003-08-21 17:54:58 +00:00

31 lines
665 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.1
CATEGORIES= x11-fm
MASTER_SITES= http://www.boomerangsworld.de/worker/downloads/ \
http://www.informatik.uni-halle.de/~hoffmanr/worker/downloads/
MAINTAINER= simond@irrelevant.org
COMMENT= X11 File Manager based on Directory Opus
GNU_CONFIGURE= yes
USE_XLIB= yes
USE_REINPLACE= 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>