openbsd-ports/devel/physfs/Makefile
2007-05-23 12:03:25 +00:00

27 lines
569 B
Makefile

# $OpenBSD: Makefile,v 1.7 2007/05/23 12:03:25 jasper Exp $
COMMENT= "library to provide abstract access to various archives"
DISTNAME= physfs-1.0.1
SHARED_LIBS= physfs-1.0 1.0 \
physfs 1.0
CATEGORIES= devel
MASTER_SITES= http://offload1.icculus.org/physfs/downloads/
HOMEPAGE= http://icculus.org/physfs/
MAINTAINER= Jolan Luff <jolan@openbsd.org>
# ZLib
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
WANTLIB= c curses pthread readline z
USE_LIBTOOL= Yes
CONFIGURE_STYLE=gnu
.include <bsd.port.mk>