forked from Lainports/freebsd-ports
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.
24 lines
565 B
Makefile
24 lines
565 B
Makefile
# New ports collection makefile for: srm
|
|
# Date created: 25 Oct 2000
|
|
# Whom: Keith J. Jones <kjones@antihackertoolkit.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= srm
|
|
PORTVERSION= 1.2.8
|
|
CATEGORIES= security sysutils
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= srm
|
|
|
|
MAINTAINER= kjones@antihackertoolkit.com
|
|
COMMENT= Secure rm, a utility which destroys file contents before unlinking
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
USE_AUTOTOOLS= libtool:15
|
|
|
|
MAN1= srm.1
|
|
PLIST_FILES= bin/srm
|
|
|
|
.include <bsd.port.mk>
|