32 lines
559 B
Makefile
Raw Normal View History

2020-07-20 13:32:56 +00:00
# $OpenBSD: Makefile,v 1.41 2020/07/20 13:32:56 sthen Exp $
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}
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
2020-07-20 13:32:56 +00:00
HOMEPAGE= https://www.darwinsys.com/file/
# BSD
PERMIT_PACKAGE= Yes
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/
2012-01-17 17:36:47 +00:00
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --enable-fsect-man5
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
.include <bsd.port.mk>