aboutsummaryrefslogtreecommitdiff
path: root/net/atmsupport/Makefile
blob: 4cb647b8b09f964fba482570876fb62e673936a1 (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
# Ports collection Makefile for: atmsupport
# Date created:		02 January 2004
# Whom:			harti
#
# $FreeBSD$
#

PORTNAME=	atmsupport
PORTVERSION=	1.1
CATEGORIES=	net
MASTER_SITES=	${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=	harti/atm

MAINTAINER=	harti@FreeBSD.org
COMMENT=	Tools for testing the ATM subsystem

LIB_DEPENDS=	tcl84.1:${PORTSDIR}/lang/tcl84

USE_GMAKE=	yes
USE_LIBTOOL=	yes
CONFIGURE_ARGS+=	--with-tcldir=${LOCALBASE}
INSTALLS_SHLIB=	yes

MAN1=	unidecode.1 uniencode.1

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 501114
IGNORE=		"ngATM not implemented on FreeBSD 4.x, 5.1 and earlier"
.endif

.include <bsd.port.post.mk>