2013-03-21 04:45:11 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.16 2013/03/21 08:45:15 ajacoutot Exp $
|
2006-04-14 13:02:58 -04:00
|
|
|
|
2007-09-15 22:52:56 -04:00
|
|
|
COMMENT= library to determine file type
|
2012-01-17 12:36:47 -05:00
|
|
|
|
2012-02-21 17:47:50 -05:00
|
|
|
V= 5.11
|
2012-01-17 12:36:47 -05:00
|
|
|
DISTNAME= file-${V}
|
2007-06-08 13:49:40 -04:00
|
|
|
PKGNAME= libmagic-${V}
|
2012-01-17 12:36:47 -05:00
|
|
|
|
|
|
|
SHARED_LIBS += magic 3.0 # 1.0
|
|
|
|
|
2008-05-08 18:44:13 -04:00
|
|
|
CATEGORIES= sysutils devel
|
2006-04-14 13:02:58 -04:00
|
|
|
|
|
|
|
HOMEPAGE= ftp://ftp.astron.com/pub/file/
|
|
|
|
|
|
|
|
# BSD
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
2012-01-17 12:36:47 -05:00
|
|
|
WANTLIB += z
|
|
|
|
|
2006-04-14 13:02:58 -04:00
|
|
|
MASTER_SITES= ftp://ftp.astron.com/pub/file/
|
|
|
|
|
2012-01-17 12:36:47 -05:00
|
|
|
CONFIGURE_STYLE= gnu
|
2006-04-14 13:02:58 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|