mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
76c7f8fbe6
minor COMMENT typos and surrounding whitespace fixes. Categories D-F. CR: D196 Approved by: portmgr (bapt)
26 lines
559 B
Makefile
26 lines
559 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
|
|
|
|
USE_BZIP2= yes
|
|
USES= cmake
|
|
USE_AUTOTOOLS= libtool
|
|
USE_LDCONFIG= yes
|
|
|
|
patch-autotools-libtool:
|
|
@${DO_NADA}
|
|
|
|
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>
|