aboutsummaryrefslogtreecommitdiffstats
path: root/devel/physfs-devel/Makefile
blob: 91528b03bb3ed9e911c2c1c8680ad87d39953b77 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# New ports collection makefile for:    physfs
# Date Created:     26 July 2003
# Whom:         Oliver Lehmann <oliver@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   physfs
PORTVERSION=    1.1.1
PORTREVISION=   0
CATEGORIES= devel
MASTER_SITES=   http://offload1.icculus.org/${PORTNAME}/downloads/

MAINTAINER= oliver@FreeBSD.org
COMMENT=    A library to provide abstract access to various archives

USE_CMAKE=  yes
USE_AUTOTOOLS=  libtool:15
USE_LDCONFIG=   yes
NO_LATEST_LINK= yes

patch-autotools:
    @${DO_NADA}

post-patch:
    @${REINPLACE_CMD} -e \
        's|CHECK_INCLUDE_FILE(sys/ucred.h HAVE_UCRED_H|& "-include sys/param.h"|g; \
         s|CHECK_INCLUDE_FILE(readline/readline.h HAVE_READLINE_H|& "-include stdio.h"|g; \
         s|CHECK_INCLUDE_FILE(readline/history.h HAVE_HISTORY_H|& "-include stdio.h"|g; \
         s|CHECK_LIBRARY_EXISTS("readline" "history.*|SET(HAVE_LIBHISTORY TRUE)|g; \
         s|" " \(readline curses\)|\1|' ${WRKSRC}/CMakeLists.txt

    @${REINPLACE_CMD} -e 's|\(define SIZEOF_INT\) 4|\1 (LONG_BIT/8)|g' \
        ${WRKSRC}/platform/unix.c

.include <bsd.port.mk>