aboutsummaryrefslogtreecommitdiffstats
path: root/devel/physfs-devel/Makefile
blob: 4c1ba99c9b17de58716c314a42b6b24b6648fc32 (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
# New ports collection makefile for:    physfs
# Date Created:     26 July 2003
# Whom:         Oliver Lehmann <oliver@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   physfs
PORTVERSION=    1.1.0
PORTREVISION=   1
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_GNOME=  gnometarget
#GNU_CONFIGURE= yes
USE_AUTOTOOLS=  libtool:15
INSTALLS_SHLIB= yes
NO_LATEST_LINK= yes

post-patch:
    @${REINPLACE_CMD} -e 's|-pthread|${PTHREAD_LIBS}|g ; \
        s|-D_REENTRANT -D_THREAD_SAFE|${PTHREAD_CFLAGS}|g' \
        ${WRKSRC}/configure
.include <bsd.port.mk>