mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
0e1aa2a5ed
libraries and tools to test the NgATM sub-system. The easiest way to run these tests are the scripts in /usr/src/tools/regression/atm. Submitted by: harti
33 lines
629 B
Makefile
33 lines
629 B
Makefile
# Ports collection Makefile for: atmsupport
|
|
# Date created: 02 January 2004
|
|
# Whom: harti
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= atmsupport
|
|
PORTVERSION= 1.0
|
|
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} < 500000
|
|
IGNORE= "ngATM not implemented on FreeBSD 4.x and earlier"
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|