2007-03-27 07:04:48 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.3 2007/03/27 11:04:48 espie Exp $
|
2006-04-14 13:02:58 -04:00
|
|
|
|
|
|
|
COMMENT= "library to determine file type"
|
2007-03-17 17:43:20 -04:00
|
|
|
V= 4.20
|
2006-04-14 13:02:58 -04:00
|
|
|
DISTNAME= file-${V}
|
2007-03-27 07:04:48 -04:00
|
|
|
PKGNAME= libmagic-${V}p0
|
2006-04-14 13:02:58 -04:00
|
|
|
SHARED_LIBS= magic 1.0
|
|
|
|
CATEGORIES= sysutils
|
|
|
|
|
|
|
|
HOMEPAGE= ftp://ftp.astron.com/pub/file/
|
|
|
|
|
|
|
|
MAINTAINER= Rui Reis <rui@rui.cx>
|
|
|
|
|
|
|
|
# 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
|
2006-04-14 13:02:58 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|