1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/misc/chmlib/Makefile
2014-05-26 12:48:29 +00:00

21 lines
507 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= chmlib
PORTVERSION= 0.40
CATEGORIES= misc
MASTER_SITES= http://www.jedrea.com/chmlib/
MAINTAINER= fluffy@FreeBSD.org
COMMENT= A library for dealing with Microsoft ITSS/CHM format files
USES= gmake tar:bzip2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-io64 --disable-pread --exec-prefix=${PREFIX} --disable-static --enable-examples
USE_LDCONFIG= yes
post-patch:
@${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS}," ${WRKSRC}/configure
.include <bsd.port.mk>