2003-04-05 20:37:18 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: chmlib
|
|
|
|
# Date created: Apr 5, 2003
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= chmlib
|
2009-06-16 04:13:38 +02:00
|
|
|
PORTVERSION= 0.40
|
2003-04-05 20:37:18 +02:00
|
|
|
CATEGORIES= misc
|
2006-11-04 01:42:46 +01:00
|
|
|
MASTER_SITES= http://www.jedrea.com/chmlib/
|
2003-04-05 20:37:18 +02:00
|
|
|
|
2009-08-10 19:59:27 +02:00
|
|
|
MAINTAINER= fluffy@FreeBSD.org
|
2003-04-05 20:37:18 +02:00
|
|
|
COMMENT= A library for dealing with Microsoft ITSS/CHM format files
|
|
|
|
|
2006-06-19 03:34:37 +02:00
|
|
|
USE_BZIP2= yes
|
2004-10-22 03:09:20 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2007-12-20 11:47:05 +01:00
|
|
|
CONFIGURE_ARGS= --disable-io64 --disable-pread --exec-prefix=${PREFIX} --disable-static --enable-examples
|
2003-04-05 20:37:18 +02:00
|
|
|
USE_GMAKE= yes
|
2006-08-15 02:56:24 +02:00
|
|
|
USE_LDCONFIG= yes
|
2003-04-05 20:37:18 +02:00
|
|
|
|
2004-10-25 03:22:01 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS}," ${WRKSRC}/configure
|
|
|
|
|
2003-04-05 20:37:18 +02:00
|
|
|
.include <bsd.port.mk>
|