pkgsrc/devel/physfs/Makefile
rillig 9637f7852e all: migrate homepages from http to https
pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
2020-01-26 17:30:40 +00:00

24 lines
689 B
Makefile

# $NetBSD: Makefile,v 1.26 2020/01/26 17:31:02 rillig Exp $
DISTNAME= physfs-3.0.2
CATEGORIES= devel
MASTER_SITES= http://offload1.icculus.org/physfs/downloads/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://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
PKGCONFIG_OVERRIDE+= extras/physfs.pc.in
CFLAGS.SunOS+= -DPHYSFS_NO_CDROM_SUPPORT=1
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/curses.buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/readline.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"