forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
20 lines
492 B
Makefile
20 lines
492 B
Makefile
# Created by: Oliver Lehmann <oliver@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= physfs
|
|
PORTVERSION= 2.0.3
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://offload1.icculus.org:9090/${PORTNAME}/downloads/
|
|
|
|
MAINTAINER= oliver@FreeBSD.org
|
|
COMMENT= Library to provide abstract access to various archives
|
|
|
|
USES= cmake tar:bzip2
|
|
USE_LDCONFIG= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e \
|
|
's|CHECK_INCLUDE_FILE(sys/ucred.h HAVE_UCRED_H|& "-include sys/param.h"|g' \
|
|
${WRKSRC}/CMakeLists.txt
|
|
|
|
.include <bsd.port.mk>
|