Tweak misc/lesspipe version 1.55
[dports.git] / misc / chmlib / Makefile
1 # Created by: ijliao
2 # $FreeBSD$
3
4 PORTNAME=       chmlib
5 PORTVERSION=    0.40
6 CATEGORIES=     misc
7 MASTER_SITES=   http://www.jedrea.com/chmlib/
8
9 MAINTAINER=     fluffy@FreeBSD.org
10 COMMENT=        A library for dealing with Microsoft ITSS/CHM format files
11
12 USE_BZIP2=      yes
13 GNU_CONFIGURE=  yes
14 CONFIGURE_ARGS= --disable-io64 --disable-pread --exec-prefix=${PREFIX} --disable-static --enable-examples
15 USE_GMAKE=      yes
16 USE_LDCONFIG=   yes
17
18 post-patch:
19         @${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS}," ${WRKSRC}/configure
20
21 .include <bsd.port.mk>