pkgsrc/devel/physfs/Makefile
wiz c7383780db Bump all packages that depend on curses.bui* or terminfo.bui* since they
might incur ncurses dependencies on some platforms, and ncurses just bumped
its shlib.
Some packages were bumped twice now, sorry for that.
2015-08-18 07:31:00 +00:00

25 lines
669 B
Makefile

# $NetBSD: Makefile,v 1.23 2015/08/18 07:31:00 wiz Exp $
DISTNAME= physfs-2.0.3
PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://offload1.icculus.org/physfs/downloads/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.icculus.org/physfs/
COMMENT= Library providing abstract access to various archives
LICENSE= zlib
USE_CMAKE= yes
USE_LANGUAGES= c c++
PTHREAD_AUTO_VARS= yes
CFLAGS.SunOS+= -DPHYSFS_NO_CDROM_SUPPORT=1
.include "../../mk/readline.buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/curses.buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"