75ff833b82
issues found by CERT's fuzzing tool. Possibly SECURITY related.
29 lines
511 B
Makefile
29 lines
511 B
Makefile
# $OpenBSD: Makefile,v 1.14 2012/02/21 22:47:50 sthen Exp $
|
|
|
|
COMMENT= library to determine file type
|
|
|
|
V= 5.11
|
|
DISTNAME= file-${V}
|
|
PKGNAME= libmagic-${V}
|
|
|
|
SHARED_LIBS += magic 3.0 # 1.0
|
|
|
|
CATEGORIES= sysutils devel
|
|
|
|
HOMEPAGE= ftp://ftp.astron.com/pub/file/
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB += z
|
|
|
|
MASTER_SITES= ftp://ftp.astron.com/pub/file/
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
USE_LIBTOOL= Yes
|
|
|
|
.include <bsd.port.mk>
|