4f79d70ecc
- update my email address while there.
27 lines
508 B
Makefile
27 lines
508 B
Makefile
# $OpenBSD: Makefile,v 1.6 2008/01/19 22:09:26 rui Exp $
|
|
|
|
COMMENT= library to determine file type
|
|
V= 4.23
|
|
DISTNAME= file-${V}
|
|
PKGNAME= libmagic-${V}
|
|
SHARED_LIBS= magic 1.0
|
|
CATEGORIES= sysutils
|
|
|
|
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
|
|
|
|
.include <bsd.port.mk>
|