26 lines
461 B
Makefile
26 lines
461 B
Makefile
# $OpenBSD: Makefile,v 1.19 2014/06/24 19:44:39 sthen Exp $
|
|
|
|
COMMENT= library to determine file type
|
|
|
|
# update devel/py-libmagic in sync with this
|
|
V= 5.19
|
|
DISTNAME= file-${V}
|
|
PKGNAME= libmagic-${V}
|
|
|
|
SHARED_LIBS += magic 4.0 # 1.0
|
|
|
|
CATEGORIES= sysutils devel
|
|
|
|
HOMEPAGE= ftp://ftp.astron.com/pub/file/
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += z
|
|
|
|
MASTER_SITES= ftp://ftp.astron.com/pub/file/
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|