openbsd-ports/devel/libmagic/Makefile

29 lines
511 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.14 2012/02/21 22:47:50 sthen Exp $
COMMENT= library to determine file type
2012-01-17 12:36:47 -05:00
V= 5.11
2012-01-17 12:36:47 -05:00
DISTNAME= file-${V}
PKGNAME= libmagic-${V}
2012-01-17 12:36:47 -05:00
SHARED_LIBS += magic 3.0 # 1.0
2008-05-08 18:44:13 -04:00
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
2012-01-17 12:36:47 -05:00
WANTLIB += z
MASTER_SITES= ftp://ftp.astron.com/pub/file/
2012-01-17 12:36:47 -05:00
CONFIGURE_STYLE= gnu
USE_LIBTOOL= Yes
.include <bsd.port.mk>