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.
23 lines
501 B
Makefile
23 lines
501 B
Makefile
# New ports collection makefile for: dkftpbench
|
|
# Date created: 2004-10-22
|
|
# Whom: Roman Bogorodskiy <bogorodskiy@inbox.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= dkftpbench
|
|
PORTVERSION= 0.45
|
|
CATEGORIES= benchmarks ftp
|
|
MASTER_SITES= http://www.kegel.com/dkftpbench/
|
|
|
|
MAINTAINER= novel@FreeBSD.org
|
|
COMMENT= A FTP benchmark program
|
|
|
|
PLIST_FILES= bin/dkftpbench
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
|
|
USE_AUTOTOOLS= automake:14 autoconf:259
|
|
|
|
.include <bsd.port.mk>
|