2013-09-20 19:03:26 +02:00
|
|
|
# Created by: Max Khon <fjoe@FreeBSD.org>
|
2008-03-31 22:44:30 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= dmucs
|
|
|
|
PORTVERSION= 0.6.1
|
2008-07-07 18:17:54 +02:00
|
|
|
PORTREVISION= 1
|
2008-03-31 22:44:30 +02:00
|
|
|
CATEGORIES= devel
|
2009-08-22 02:18:43 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION}
|
2008-03-31 22:44:30 +02:00
|
|
|
|
|
|
|
MAINTAINER= fjoe@FreeBSD.org
|
|
|
|
COMMENT= Distributed Multi-User Compilation System (for use with distcc)
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
2014-07-29 23:43:17 +02:00
|
|
|
USES= tar:bzip2
|
2008-03-31 22:44:30 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/dmucs bin/gethost bin/loadavg bin/monitor bin/remhost
|
|
|
|
|
2008-07-07 18:17:54 +02:00
|
|
|
.include <bsd.port.mk>
|