2009-04-04 18:28:14 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.10 2009/04/04 18:28:14 rui Exp $
|
2006-04-14 17:02:58 +00:00
|
|
|
|
2007-09-16 02:52:56 +00:00
|
|
|
COMMENT= library to determine file type
|
2009-04-04 18:28:14 +00:00
|
|
|
V= 5.00
|
2006-04-14 17:02:58 +00:00
|
|
|
DISTNAME= file-${V}
|
2007-06-08 17:49:40 +00:00
|
|
|
PKGNAME= libmagic-${V}
|
2009-04-04 18:28:14 +00:00
|
|
|
SHARED_LIBS= magic 2.0
|
2008-05-08 22:44:13 +00:00
|
|
|
CATEGORIES= sysutils devel
|
2006-04-14 17:02:58 +00:00
|
|
|
|
|
|
|
HOMEPAGE= ftp://ftp.astron.com/pub/file/
|
|
|
|
|
2008-01-19 22:09:26 +00:00
|
|
|
MAINTAINER= Rui Reis <rui@openbsd.org>
|
2006-04-14 17:02:58 +00:00
|
|
|
|
|
|
|
# BSD
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
MASTER_SITES= ftp://ftp.astron.com/pub/file/
|
|
|
|
|
|
|
|
WANTLIB= z
|
|
|
|
CONFIGURE_STYLE=gnu
|
2007-03-27 11:04:48 +00:00
|
|
|
USE_LIBTOOL= Yes
|
2006-04-14 17:02:58 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|