26 lines
490 B
Makefile
26 lines
490 B
Makefile
# $OpenBSD: Makefile,v 1.2 2007/03/17 21:43:20 jolan Exp $
|
|
|
|
COMMENT= "library to determine file type"
|
|
V= 4.20
|
|
DISTNAME= file-${V}
|
|
PKGNAME= libmagic-${V}
|
|
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
|
|
|
|
.include <bsd.port.mk>
|