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
|
2006-04-05 09:28:45 +02:00
|
|
|
PORTVERSION= 0.37.4
|
2003-04-05 20:37:18 +02:00
|
|
|
CATEGORIES= misc
|
|
|
|
MASTER_SITES= http://66.93.236.84/~jedwin/projects/chmlib/
|
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
2006-04-14 20:14:59 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-04-05 20:37:18 +02:00
|
|
|
COMMENT= A library for dealing with Microsoft ITSS/CHM format files
|
|
|
|
|
2004-10-22 03:09:20 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2005-10-27 19:47:33 +02:00
|
|
|
CONFIGURE_ARGS= --disable-io64 --disable-pread --exec-prefix=${PREFIX}
|
2003-04-05 20:37:18 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
INSTALLS_SHLIB= yes
|
2006-04-05 09:28:45 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-0.37
|
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>
|