2020-07-20 13:32:56 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.41 2020/07/20 13:32:56 sthen Exp $
|
2006-04-14 17:02:58 +00:00
|
|
|
|
2007-09-16 02:52:56 +00:00
|
|
|
COMMENT= library to determine file type
|
2012-01-17 17:36:47 +00:00
|
|
|
|
2020-07-20 13:32:56 +00:00
|
|
|
V= 5.39
|
2012-01-17 17:36:47 +00:00
|
|
|
DISTNAME= file-${V}
|
2007-06-08 17:49:40 +00:00
|
|
|
PKGNAME= libmagic-${V}
|
2012-01-17 17:36:47 +00:00
|
|
|
|
2018-07-25 14:22:57 +00:00
|
|
|
SHARED_LIBS += magic 5.0 # 1.0
|
2012-01-17 17:36:47 +00:00
|
|
|
|
2008-05-08 22:44:13 +00:00
|
|
|
CATEGORIES= sysutils devel
|
2006-04-14 17:02:58 +00:00
|
|
|
|
2020-07-20 13:32:56 +00:00
|
|
|
HOMEPAGE= https://www.darwinsys.com/file/
|
2006-04-14 17:02:58 +00:00
|
|
|
|
|
|
|
# BSD
|
2019-07-12 20:44:34 +00:00
|
|
|
PERMIT_PACKAGE= Yes
|
2006-04-14 17:02:58 +00:00
|
|
|
|
2012-01-17 17:36:47 +00:00
|
|
|
WANTLIB += z
|
|
|
|
|
2020-07-20 13:32:56 +00:00
|
|
|
MASTER_SITES= http://ftp.astron.com/pub/file/
|
2006-04-14 17:02:58 +00:00
|
|
|
|
2012-01-17 17:36:47 +00:00
|
|
|
CONFIGURE_STYLE= gnu
|
2017-06-29 01:42:27 +00:00
|
|
|
CONFIGURE_ARGS= --enable-fsect-man5
|
2006-04-14 17:02:58 +00:00
|
|
|
|
2019-12-17 14:52:01 +00:00
|
|
|
DEBUG_PACKAGES= ${BUILD_PACKAGES}
|
|
|
|
|
2020-07-20 13:32:56 +00:00
|
|
|
post-install:
|
|
|
|
mv ${PREFIX}/bin/{,e}file
|
|
|
|
mv ${PREFIX}/man/man1/{,e}file.1
|
|
|
|
|
2006-04-14 17:02:58 +00:00
|
|
|
.include <bsd.port.mk>
|