freebsd-ports/sysutils/pecl-fileinfo/Makefile
Marcus Alves Grando 9b2406d190 Update to 1.0.2
Add SHA256
portlint(1)

Approved by:	ale
2005-12-14 19:27:04 +00:00

34 lines
678 B
Makefile

# New ports collection makefile for: pecl-fileinfo
# Date created: 21 Jul 2004
# Whom: Alex Dupre <ale@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= fileinfo
PORTVERSION= 1.0.2
CATEGORIES= sysutils pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
DISTNAME= Fileinfo-${PORTVERSION}
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
MAINTAINER= ale@FreeBSD.org
COMMENT= A PECL extension to retrieve info about files
USE_PHP= yes
USE_PHPEXT= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 502128
LIB_DEPENDS+= magic.1:${PORTSDIR}/sysutils/file
MAGICBASE= ${LOCALBASE}
.else
MAGICBASE= /usr
.endif
CONFIGURE_ARGS= --with-fileinfo=${MAGICBASE}
.include <bsd.port.post.mk>