1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/net/shmux/Makefile
Thomas Abthorpe 52480c1a0c - Update to 1.0b10
- Add CONFIGURE_TARGET

PR:		ports/118812
Submitted by:	Philippe Audeoud <jadawin tuxaco.net>
Approved by:	Maintainer timeout
2008-01-02 04:59:35 +00:00

43 lines
924 B
Makefile

# New ports collection makefile for: shmux
# Date created: 2 September 2004
# Whom: jamundsen
#
# $FreeBSD$
#
PORTNAME= shmux
DISTVERSION= 1.0b10
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
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
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>