mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
3e4ed01146
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
35 lines
674 B
Makefile
35 lines
674 B
Makefile
# 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
|
|
|
|
LIB_DEPENDS= tcl84.1:${PORTSDIR}/lang/tcl84
|
|
|
|
USE_AUTOTOOLS= libtool:15
|
|
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} < 501114
|
|
IGNORE= "ngATM not implemented on FreeBSD 4.x, 5.1 and earlier"
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|