c7383780db
might incur ncurses dependencies on some platforms, and ncurses just bumped its shlib. Some packages were bumped twice now, sorry for that.
25 lines
669 B
Makefile
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"
|