aboutsummaryrefslogtreecommitdiff
path: root/misc/chmlib/Makefile
blob: 968e86ddb90a2f99f0d6253d129eb1b91c37a8a4 (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
# ex:ts=8
# Ports collection makefile for:	chmlib
# Date created:			Apr 5, 2003
# Whom:				ijliao
#
# $FreeBSD$
#

PORTNAME=	chmlib
PORTVERSION=	0.38
CATEGORIES=	misc
MASTER_SITES=	http://morte.jedrea.com/~jedwin/projects/chmlib/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	A library for dealing with Microsoft ITSS/CHM format files

USE_BZIP2=	yes
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--disable-io64 --disable-pread --exec-prefix=${PREFIX}
USE_GMAKE=	yes
INSTALLS_SHLIB=	yes

post-patch:
	@${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS}," ${WRKSRC}/configure

.include <bsd.port.mk>