29 lines
511 B
Makefile
29 lines
511 B
Makefile
# $OpenBSD: Makefile,v 1.13 2012/01/17 17:36:47 sthen Exp $
|
|
|
|
COMMENT= library to determine file type
|
|
|
|
V= 5.10
|
|
DISTNAME= file-${V}
|
|
PKGNAME= libmagic-${V}
|
|
|
|
SHARED_LIBS += magic 3.0 # 1.0
|
|
|
|
CATEGORIES= sysutils devel
|
|
|
|
HOMEPAGE= ftp://ftp.astron.com/pub/file/
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB += z
|
|
|
|
MASTER_SITES= ftp://ftp.astron.com/pub/file/
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
USE_LIBTOOL= Yes
|
|
|
|
.include <bsd.port.mk>
|