1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/sysutils/file/Makefile
Ade Lovett 3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00

35 lines
834 B
Makefile

# New ports collection makefile for: file
# Date created: 2001-11-10
# Whom: Jason Harris <jharris@widomaker.com>
#
# $FreeBSD$
#
PORTNAME= file
PORTVERSION= 4.07
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.astron.com/pub/file/ \
ftp://ftp.gw.com/mirrors/pub/unix/file/ \
ftp://ftp.fu-berlin.de/unix/tools/file/
MAINTAINER= jharris@widomaker.com
COMMENT= File - determine file type
USE_LIBTOOL_VER=13
CONFIGURE_ARGS= --enable-fsect-man5
MAN1= file.1
MAN3= libmagic.3
MAN5= magic.5
INSTALLS_SHLIB= yes
# The rules below are required to suppress invocations of aclocal, automake,
# autoconf and autoheader at `make build' and `make install'.
post-extract:
${TOUCH} ${TOUCH_FLAGS} ${WRKSRC}/aclocal.m4
${TOUCH} ${TOUCH_FLAGS} ${WRKSRC}/Makefile.in
${TOUCH} ${TOUCH_FLAGS} ${WRKSRC}/stamp-h.in
.include <bsd.port.mk>