a5d29bdf75
PR: ports/42032 Submitted by: maintainer Approved by: dwcjr (mentor)
27 lines
557 B
Makefile
27 lines
557 B
Makefile
# New ports collection makefile for: worker
|
|
# Date created: 14 March 2001
|
|
# Whom: Simon Dick <simond@irrelevant.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= worker
|
|
PORTVERSION= 2.6.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
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_XLIB= yes
|
|
|
|
MAN1= worker.1
|
|
|
|
CFLAGS+= ${PTHREAD_CFLAGS}
|
|
|
|
pre-configure:
|
|
@${PERL} -pi.orig -e 's:-lpthread:${PTHREAD_LIBS}:g' \
|
|
${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|