aboutsummaryrefslogtreecommitdiffstats
path: root/net/shmux/Makefile
blob: ba4cd905f8af61be514a2f011bb440ba8e915a23 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# New ports collection makefile for:    shmux
# Date created:             2 September 2004
# Whom:                 jamundsen
#
# $FreeBSD$
#

PORTNAME=   shmux
DISTVERSION=    1.0b6
CATEGORIES= net
MASTER_SITES=   http://web.taranis.org/shmux/dist/
EXTRACT_SUFX=   .tgz

MAINTAINER= online@jamundsen.dyndns.org
COMMENT=    Utility to run commands on multiple hosts using shell commands

OPTIONS=    FPING "Use fping utility" on    \
        PCRE "Use perl regular expressions library" off

GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --datadir=${PREFIX}/share/examples

ALL_TARGET= ${PORTNAME}

MAN1=       shmux.1
MANCOMPRESSED=  no

.include <bsd.port.pre.mk>

.if !defined(WITHOUT_FPING)
RUN_DEPENDS+=   fping:${PORTSDIR}/net/fping
.endif

.if defined(WITH_PCRE)
LIB_DEPENDS+=   pcre.0:${PORTSDIR}/devel/pcre
CONFIGURE_ARGS+=    --with-pcre=${LOCALBASE}/lib
.else
CONFIGURE_ARGS+=    --with-pcre=no
.endif

.include <bsd.port.post.mk>