2004-01-29 14:32:12 +01:00
|
|
|
# Ports collection Makefile for: atmsupport
|
|
|
|
# Date created: 02 January 2004
|
|
|
|
# Whom: harti
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= atmsupport
|
2007-06-14 21:41:11 +02:00
|
|
|
PORTVERSION= 1.8
|
2004-07-09 10:37:23 +02:00
|
|
|
PORTREVISION=
|
2004-01-29 14:32:12 +01:00
|
|
|
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
|
|
|
|
|
2009-08-02 21:36:34 +02:00
|
|
|
USE_AUTOTOOLS= libtool:22
|
2004-01-29 14:32:12 +01:00
|
|
|
USE_GMAKE= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2004-01-29 14:32:12 +01:00
|
|
|
CONFIGURE_ARGS+= --with-tcldir=${LOCALBASE}
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- 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)
2008-04-19 19:56:05 +02:00
|
|
|
USE_LDCONFIG= yes
|
2004-01-29 14:32:12 +01:00
|
|
|
|
|
|
|
MAN1= unidecode.1 uniencode.1
|
|
|
|
|
2009-07-26 14:16:23 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2009-07-26 17:50:37 +02:00
|
|
|
.if ${OSVERSION} >= 800097
|
2009-07-26 14:16:23 +02:00
|
|
|
BROKEN= does not compile
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|