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

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

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

DEPRECATED= Broken on FreeBSD 8 and newer
EXPIRATION_DATE=2013-09-01

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

USE_AUTOTOOLS=  libtool
USE_GMAKE=  yes
GNU_CONFIGURE=  yes
CONFIGURE_ARGS+=    --with-tcldir=${LOCALBASE}
USE_LDCONFIG=   yes

MAN1=   unidecode.1 uniencode.1

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 800097
BROKEN=     does not compile
.endif

.include <bsd.port.post.mk>