54a0b86543
in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
33 lines
657 B
Makefile
33 lines
657 B
Makefile
# Ports collection Makefile for: atmsupport
|
|
# Date created: 02 January 2004
|
|
# Whom: harti
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= atmsupport
|
|
PORTVERSION= 1.7
|
|
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_GMAKE= yes
|
|
USE_AUTOTOOLS= libtool: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>
|