2011-09-21 13:20:56 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.12 2011/09/21 17:20:56 jasper Exp $
|
2006-04-14 13:02:58 -04:00
|
|
|
|
2007-09-15 22:52:56 -04:00
|
|
|
COMMENT= library to determine file type
|
2009-04-04 14:28:14 -04:00
|
|
|
V= 5.00
|
2006-04-14 13:02:58 -04:00
|
|
|
DISTNAME= file-${V}
|
2007-06-08 13:49:40 -04:00
|
|
|
PKGNAME= libmagic-${V}
|
2009-04-04 14:28:14 -04:00
|
|
|
SHARED_LIBS= magic 2.0
|
2008-05-08 18:44:13 -04:00
|
|
|
CATEGORIES= sysutils devel
|
2011-09-21 13:20:56 -04:00
|
|
|
REVISION= 0
|
2006-04-14 13:02:58 -04:00
|
|
|
|
|
|
|
HOMEPAGE= ftp://ftp.astron.com/pub/file/
|
|
|
|
|
|
|
|
# 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 07:04:48 -04:00
|
|
|
USE_LIBTOOL= Yes
|
2010-10-18 13:47:50 -04:00
|
|
|
USE_GROFF = Yes
|
2006-04-14 13:02:58 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|