diff options
Diffstat (limited to 'misc/chmlib/Makefile')
-rw-r--r-- | misc/chmlib/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/misc/chmlib/Makefile b/misc/chmlib/Makefile index a1c197bca499..968e86ddb90a 100644 --- a/misc/chmlib/Makefile +++ b/misc/chmlib/Makefile @@ -7,19 +7,18 @@ # PORTNAME= chmlib -PORTVERSION= 0.37.4 +PORTVERSION= 0.38 CATEGORIES= misc -MASTER_SITES= http://66.93.236.84/~jedwin/projects/chmlib/ -EXTRACT_SUFX= .tgz +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 -WRKSRC= ${WRKDIR}/${PORTNAME}-0.37 post-patch: @${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS}," ${WRKSRC}/configure |