openbsd-ports/devel/libmagic/Makefile

28 lines
533 B
Makefile
Raw Normal View History

2010-10-18 13:47:50 -04:00
# $OpenBSD: Makefile,v 1.11 2010/10/18 17:47:54 espie Exp $
COMMENT= library to determine file type
V= 5.00
DISTNAME= file-${V}
PKGNAME= libmagic-${V}
SHARED_LIBS= magic 2.0
2008-05-08 18:44:13 -04:00
CATEGORIES= sysutils devel
HOMEPAGE= ftp://ftp.astron.com/pub/file/
MAINTAINER= Rui Reis <rui@openbsd.org>
# 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
USE_LIBTOOL= Yes
2010-10-18 13:47:50 -04:00
USE_GROFF = Yes
.include <bsd.port.mk>