freebsd-ports/sysutils/file/Makefile

32 lines
691 B
Makefile
Raw Normal View History

2013-01-04 23:32:41 +01:00
# Created by: Jason Harris <jharris@widomaker.com>
# $FreeBSD$
PORTNAME= file
PORTVERSION= 5.32
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.astron.com/pub/file/ \
ftp://ftp.fu-berlin.de/unix/tools/file/
MAINTAINER= jharris@widomaker.com
COMMENT= Utility to determine file type
LICENSE= BSD2CLAUSE
2013-01-04 23:32:41 +01:00
USES= libtool
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--enable-fsect-man5
MAKE_ENV+= INSTALL_STRIP_FLAG="${STRIP}"
CONFLICTS= tct-[0-9]*
check regression-test test: build
2013-09-25 14:12:41 +02:00
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} check
post-patch:
@${REINPLACE_CMD} -e 's|$$(datadir)/misc|$$(datadir)/${PORTNAME}|g' \
${WRKSRC}/configure
2013-01-04 23:32:41 +01:00
.include <bsd.port.mk>