diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2006-06-19 01:34:37 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2006-06-19 01:34:37 +0000 |
commit | 0096ad9ff0dafd484c11b7db8853f3aa01ef79dc (patch) | |
tree | d1d5540dbc44371113afcab9e68815708d624db5 /misc/chmlib/Makefile | |
parent | 1c5505fe93ad2e92abfe199791bc760f6c704b1c (diff) | |
download | ports-0096ad9ff0dafd484c11b7db8853f3aa01ef79dc.tar.gz ports-0096ad9ff0dafd484c11b7db8853f3aa01ef79dc.zip |
Notes
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 |