mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
5b7d4944b0
Submitted by: Kris Gale <kris@icgcorp.net>
36 lines
760 B
Makefile
36 lines
760 B
Makefile
# New ports collection makefile for: clusterit
|
|
# Date created: 4 February 1999
|
|
# Whom: Dima Sivachenko
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= clusterit
|
|
PORTVERSION= 2.0
|
|
CATEGORIES= net devel
|
|
MASTER_SITES= http://www.garbled.net/download/ \
|
|
ftp://ftp.chg.ru/pub/prog/parallel/tools/clusterit/
|
|
|
|
MAINTAINER= demon@FreeBSD.org
|
|
|
|
USE_XLIB= yes
|
|
|
|
MAN1= barrier.1 barrierd.1 dsh.1 jsh.1 jsd.1 \
|
|
clustersed.1 run.1 seq.1 dshbak.1 pcp.1 pdf.1 prm.1
|
|
|
|
.if defined (WITHOUT_X11)
|
|
PLIST_SUB+= X11='@comment '
|
|
.else
|
|
PLIST_SUB+= X11=''
|
|
MAN1+= rvt.1 dvt.1
|
|
USE_XLIB= yes
|
|
.endif
|
|
|
|
post-patch:
|
|
@find ${WRKSRC} -name Makefile | xargs ${PERL} -pi -e 's#/usr/X11R6#${X11BASE}#g'
|
|
.if defined(WITHOUT_X11)
|
|
@${PERL} -pi -e 's#rvt dvt##g' ${WRKSRC}/Makefile
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|