freebsd-ports/net/atmsupport/Makefile
Kris Kennaway b70e8b7e1d This port is scheduled to be removed on 2005-02-18 if it is still
broken at that time, and a fix has not been submitted to GNATS.
2004-12-18 23:02:35 +00:00

37 lines
726 B
Makefile

# Ports collection Makefile for: atmsupport
# Date created: 02 January 2004
# Whom: harti
#
# $FreeBSD$
#
PORTNAME= atmsupport
PORTVERSION= 1.3
PORTREVISION=
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
BROKEN= Broken pkg-plist
EXPIRATION_DATE=2005-02-18
DEPRECATED= ${BROKEN}
USE_GMAKE= yes
USE_LIBTOOL_VER=13
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>