15c1f311bc
spotted by sthen@
24 lines
473 B
Makefile
24 lines
473 B
Makefile
# $OpenBSD: Makefile,v 1.9 2012/06/18 07:56:13 ajacoutot Exp $
|
|
|
|
COMMENT = PHP support for retrieving info about files
|
|
|
|
DISTNAME = Fileinfo-1.0.4
|
|
REVISION = 5
|
|
CATEGORIES = sysutils
|
|
MAINTAINER = Johan Huldtgren <jhuldtgren@gmail.com>
|
|
|
|
# PHP
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
WANTLIB += z magic
|
|
|
|
MODULES= lang/php/pecl
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
LIB_DEPENDS = devel/libmagic
|
|
|
|
.include <bsd.port.mk>
|